I have just started a new project called "grump". I saw git as an option for VCS, so chose it. However, when I follow the instructions and type:
$ git clone https://tibs%[email protected]/p/grump/ grump I get: Initialized empty Git repository in /home/tibs/sw/google-code/ grump/.git/ Password: and give it my "GoogleCode.com Password" from my settings page, and then it says: fatal: https://tibs%[email protected]/p/grump//info/refs not found: did you run git update-server-info on the server? which I obviously can't fix, as I don't have access to the server(!) Is this a transient error (does it take a while for a git project to be noticed and initialised), or something more fundamental? In fact, what I would actually like to do is go into a directory containing an existing git project and do the equivalent of: git remote add origin <something> git push -u origin master Any help would be appreciated! Thanks in advance, Tibs -- You received this message because you are subscribed to the Google Groups "Project Hosting on Google Code" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-code-hosting?hl=en.

