On 03/18/2012 03:20 AM, Jiang Xin wrote:
2012/3/18 Zbigniew Jędrzejewski-Szmek[off-list ref]:
quoted
quoted
https://github.com/git-l10n/git-po/
Hi,
the slash at the end makes this an invalid url to pull from:
% git remote add l10n https://github.com/git-l10n/git-po/
% git fetch l10n
error: RPC failed; result=22, HTTP code = 502
fatal: The remote end hung up unexpectedly
(Works fine with "https://github.com/git-l10n/git-po").
Next time I should write the url of the repo, not url of the project.
git://github.com/git-l10n/git-po.git
https://github.com/git-l10n/git-po.git
Nope. https://github.com/git-l10n/git-po is better because it works in
the browser too. https://github.com/git-l10n/git-po.git gives 404.
-
Zbyszek