#781 "git push" not working; suspect I'm meant to have reconfigured something
Closed: Fixed None Opened 15 years ago by dmalcolm.

I'm attempting to push changes to a Fedora hosted git repo, and have been receiving errors:
{{{
[dmalcolm@radiator server]$ git push -v
Pushing to git://git.fedorahosted.org/rpmgrok.git
fatal: The remote end hung up unexpectedly
error: failed to push to 'git://git.fedorahosted.org/rpmgrok.git'
}}}

I've created a new ssh keypair and uploaded the id_dsa.pub to my FAS2 account; this doesn't seem to have helped

Am I missing something? Thanks.


Ooops, wrong method; retrying with ssh but still failing:
{{{
git push -v
Pushing to ssh://git.fedorahosted.org/git/rpmgrok.git
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
error: failed to push to 'ssh://git.fedorahosted.org/git/rpmgrok.git'
}}}

(and I mistyped in initial ticket; uploaded id_rsa.pub)

This seems to be working for me now; I've been able to push all my local changes to the repo now.

Perhaps there's a delay syncing things between servers?

Feel free to close this as you see fit.

Yes, there is a delay of up to two hours for SSH keys to sync.

Login to comment on this ticket.

Metadata