Skip to main content.

2006-Dec-09

Doing a git-push failed with "fatal: unexpected EOF". This was caused by my .git/remotes/origin having an anonymous URL. I changed to a git+ssh:// location instead and it worked.

Then to check if really pushed upstream run:

git-fetch
git-log origin