Hide Forgot
Description of problem: With these installed I can't commit or clone Version-Release number of selected component (if applicable): fedora-cert-0.5.9.2-1.el6.noarch fedpkg-1.1-1.el6.noarch fedora-cert-0.5.9.4-1.el6.noarch How reproducible: Just try and check out any branch or commit something Steps to Reproduce: 1. fedpkg co -B netactview 2. 3. Actual results: [leigh@main_pc cvs]$ fedpkg co -B netactview Initialized empty Git repository in /home/leigh/cvs/netactview/rpkg.git/ Permission denied (publickey). fatal: The remote end hung up unexpectedly Traceback (most recent call last): File "/usr/bin/fedpkg", line 64, in <module> sys.exit(client.args.command()) File "/usr/lib/python2.6/site-packages/pyrpkg/cli.py", line 883, in clone anon=self.args.anonymous) File "/usr/lib/python2.6/site-packages/pyrpkg/__init__.py", line 944, in clone_with_dirs self.clone(module, top_path, bare_dir=repo_path, anon=anon) File "/usr/lib/python2.6/site-packages/pyrpkg/__init__.py", line 912, in clone self._run_command(cmd, cwd=path) File "/usr/lib/python2.6/site-packages/pyrpkg/__init__.py", line 638, in _run_command raise rpkgError(e) pyrpkg.rpkgError: Command '['git', 'clone', '--bare', 'ssh://leigh.org/netactview', '/home/leigh/cvs/netactview/rpkg.git']' returned non-zero exit status 128 Expected results: I expect it to work Additional info: Downgrade to previous version and it works as expected. fedora-cert-0.5.9.2-1.el6.noarch fedpkg-0.5.9.2-1.el6.noarch fedora-packager-0.5.9.2-1.el6.noarch
P.S my public key is fine
*** This bug has been marked as a duplicate of bug 751490 ***