Created
September 18, 2011 17:20
-
-
Save munificent/1225296 to your computer and use it in GitHub Desktop.
Problem pushing to github
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
After a long delay, this is the result I get: | |
$ git push | |
Connection closed by 207.97.227.239 | |
fatal: The remote end hung up unexpectedly | |
This, as far as I can tell, started happening spontaneously. Up until this point, | |
I've been able to push to github without any problems. I haven't changed anything | |
with my ssh keys. | |
More info: | |
$ git branch -avv; git remote -v | |
blogofile d3f4117 Start styling and setting up blogofile templates. | |
* master 04ba27e [origin/master: ahead 9] New post about new blog. | |
remotes/origin/master d3f4117 Start styling and setting up blogofile templates. | |
origin [email protected]:munificent/journal.git (fetch) | |
origin [email protected]:munificent/journal.git (push) | |
$ GIT_TRACE=1 git push | |
trace: built-in: git 'push' | |
trace: run_command: 'ssh' '[email protected]' 'git-receive-pack '\''munificent/journal.git'\''' | |
Connection closed by 207.97.227.239 | |
fatal: The remote end hung up unexpectedly |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, it happened that I couldn't push yesterday evening. The error message was:
At the same time,
ssh -T [email protected]
was returning successful authentication.This morning, without changing anything on my side, it worked again as usual... Certainly a problem on GitHub side.