Bug stomping session this weekend!

John J. McDonough wb8rcr at arrl.net
Thu Mar 4 16:11:52 UTC 2010


On Thu, 2010-03-04 at 16:01 +0000, Nathan Thomas wrote:

> However, I'm having problems pushing directly to the git repo: I keep
> getting the error message 'fatal: The remote end hung up
> unexpectedly'.

Nathan

There seem to be a hundred ways to get that message, but one popular one
is to have done your initial clone with git:// instead of ssh://

You can tweak your .git/config by making sure you have:

[remote "origin"]
	url = ssh://fedorahosted.org/git/docs ... rest of the path


--McD





More information about the docs mailing list