#5274 cannot do any git operation in dist-git
Closed: Fixed None Opened 7 years ago by runcom.

= bug description =

Since today I cannot interact with git in dist-git. I cannot pull,push,fetch and nothing on repos I have correct rights.
All I get is:

$ fedpkg push
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
Could not execute push: Command '['git', 'push']' returned non-zero exit status 128

My fas username is: runcom
And I'm a maintainer of pkgs such as 'docker' and 'skopeo' (where I should have rights to do stuff but nothing)

fedpkg clone is also (of course) not working unless I add --anonymous (otherwise it fails with the same Permission denied error)

= bug analysis =

fedpkg is working fine, I was able to 'fedpkg import $SRPM' and everything's ok on this side but I cannot push nor pull anything.
I've checked my private keys and they are fine. I'm out of ideas (I've also refreshed fedpkg cert but it didn't help).

= fix recommendation =

I don't have idea.

Thanks in advance


I don't know what was going on but I've rebooted my laptop and now everything's working fine again.

FWIW, we have seen this happen when something happens to the users ssh-agent... perhaps that's what happened here. :(

Login to comment on this ticket.

Metadata