Comment 1 by Lukas M, Dec 7, 2014
Does this command work for you? git clone http://git.goldelico.com/gta04-kernel.git
Comment 2 by Rainer Blome, Dec 12, 2014
Yes, that seems to work (interrupted it after a minute or so, no need to waste bandwidth as I already have the content). The "git" protocol works as well, and seems to be quicker than HTTP: git remote add gd-git git://git.goldelico.com/gta04-kernel.git git fetch gd-git What about the editability of the project's main page?
Comment 3 by Lukas M, Dec 12, 2014
OK, thanks for the feedback! AFAIK the project main pages can only be edited by the Admin(s), i.e. Nikolaus in this case. I'm assigning this issue to him, so he can update the URL.
Owner:
hns
Comment 4 by Nikolaus Schaller, Dec 22, 2014
has been fixed and tested. Using http:// should have worked (worked for me) and is almost the same as using git://. The difference is that the http protocol is a little more robust if the connection breaks down (it does not leave a corrupt temporary file). Please try.
Status:
Fixed
Sign in to reply to this comment.
Reported by Rainer Blome, Dec 6, 2014