Open GoogleCodeExporter opened 9 years ago
Hi. Is there any updates on this? I believe this issue is still remaining on
the latest repo.
----
$ repo sync
Fetching projects: 77% (14/18) fatal: remote error:
hibari/git@github.com:hibari/qc is not a valid repository name
----
I'm working around by adding followings to ~/.gitconfig but I'd be happy if
this issue is addressed.
----
[url "git@github.com:hibari/qc.git"]
insteadOf = git@github.com:hibari/git@github.com:hibari/qc
----
----
$ repo --version
repo version v1.12.1
(from https://gerrit.googlesource.com/git-repo)
repo launcher version 1.19
(from /home/tatsuya/bin/repo)
git version 1.7.11.7
Python 2.7.3 (default, Jul 24 2012, 10:05:38)
[GCC 4.7.0 20120507 (Red Hat 4.7.0-5)]
----
Original comment by tatsuya6...@gmail.com
on 6 Feb 2013 at 10:31
I'm having this problem too. The bug is that manifest_xml.py:_resolveFetchUrl()
calls urlparse.urljoin(), which treats the colon as a port specification.
It's possible to avoid the problem by specifying the url as ssh://... (eg
ssh://github.com/hibari/qc)
Original comment by philipjc...@gmail.com
on 29 Apr 2013 at 7:56
phillpjc Your work-around is acceptable for me. Thanks for the suggestion.
Original comment by josephwn...@gmail.com
on 23 Jun 2013 at 8:27
Original issue reported on code.google.com by
josephwn...@gmail.com
on 10 Dec 2011 at 2:07