Hi, I've created project on code.google.com. http://code.google.com/p/bubbles-arbiter/
I've cloned it to my WinXP mashine successfully using git clone https://[email protected]/p/bubbles-arbiter/ then I try to push the changes back using git push but get error like fatal: https://[email protected]/p/bubbles-arbiter/info/refs not found: did you run git update-server-info on the server? I can't solve it. Could you please advice? my git is: git version 1.7.6.msysgit.0 Maxim On 18 июл, 19:27, Augie Fackler <[email protected]> wrote: > On Mon, Jul 18, 2011 at 2:58 AM, Tony Ibbs <[email protected]> wrote: > > On Fri, 15 Jul 2011 09:23:55 -0700 (PDT) > > [email protected] wrote: > > >> Hi Tibs, > > >> I'm unable to reproduce your problem. Can you try again with > >> "GIT_CURL_VERBOSE=1 git clone ..." and paste the output? > > >> Thanks, > >> Dave > > > Sorry for the delay replying - just back into work. > > > I tried the command again (without debugging) and it worked, with a > > perfectly reasonable: > > > warning: You appear to have cloned an empty repository. > > > (which is, of course, true). > > > I've also been able to "git push -u origin master" and the files are > > clearly there. > > > Is it just that there is a time lag before the servers "notice" a new > > git repository and set it up? > > Sorry, I forgot to ping this thread. There was a minor incompatibility > between our service and old-ish git binaries, which I fixed on Friday. > > Thanks, > Augie > > > > > > > > > > > Anyway, thanks for your reply, > > 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 > > athttp://groups.google.com/group/google-code-hosting?hl=en. -- 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.

