cosmin / git-hg

A git-hg utility for checking out and tracking a mercurial repo.
http://offbytwo.github.com/git-hg
MIT License
307 stars 51 forks source link

fast-export submodule clone failing #14

Closed d1 closed 13 years ago

d1 commented 13 years ago

When trying to init the fast-export submodule, I get the following:

"fatal: The remote end hung up unexpectedly"

Same as when I tried to install via homebrew.

Seems to be a remote issues with the server hosting fast-export, but the following http url seems to work: http://repo.or.cz/r/fast-export.git

cosmin commented 13 years ago

I believe it's an issue with your firewall blocking the git:// protocol. I switched it to the http:// url however that you provided as I assume others might have the same issue. Thanks.

d1 commented 13 years ago

I don't think its an issue on my end. I can pull plenty of git protocol repos. It seemed like some kind of configuration problem on their end, but I don't remember the error I was getting off hand.

Maybe its been resolved. I'll check when home tonight.

Davel

I believe it's an issue with your firewall blocking the git:// protocol. I switched it to the http:// url however that you provided as I assume others might have the same issue. Thanks.

Reply to this email directly or view it on GitHub: https://github.com/offbytwo/git-hg/issues/14#issuecomment-1728535