D:\work\muhanov>set GIT_CURL_VERBOSE=1 D:\work\muhanov>git clone https://[email protected]/p/bubbles-arbiter/ Initialized empty Git repository in D:/work/muhanov/bubbles- arbiter/.git/ Password: * Couldn't find host code.google.com in the _netrc file; using defaults * About to connect() to code.google.com port 443 (#0) * Trying 74.125.43.101... * Connected to code.google.com (74.125.43.101) port 443 (#0) * successfully set certificate verify locations: * CAfile: C:/Program Files/Git/bin/curl-ca-bundle.crt CApath: none * SSL connection using RC4-SHA * Server certificate: * subject: C=US; ST=California; L=Mountain View; O=Google Inc; CN=*.google.com * start date: 2011-08-12 03:49:02 GMT * expire date: 2012-08-12 03:59:02 GMT * subjectAltName: code.google.com matched * issuer: C=US; O=Google Inc; CN=Google Internet Authority * SSL certificate verify ok. > GET /p/bubbles-arbiter//info/refs?service=git-upload-pack HTTP/1.1 User-Agent: git/1.7.0.2.msysgit.0.14.g956d7 Host: code.google.com Accept: */* Pragma: no-cache
< HTTP/1.1 200 OK < Content-Type: application/x-git-upload-pack-advertisement < Expires: Fri, 01 Jan 1980 00:00:00 GMT < Pragma: no-cache < Cache-Control: no-cache, max-age=0, must-revalidate < X-Content-Type-Options: nosniff < Date: Thu, 08 Sep 2011 18:52:19 GMT < Server: git_frontend < Content-Length: 38 < X-XSS-Protection: 1; mode=block < * Expire cleared * Connection #0 to host code.google.com left intact warning: You appear to have cloned an empty repository. On Sep 8, 10:41 pm, Augie Fackler <[email protected]> wrote: > Please show us the output of > > GIT_CURL_VERBOSE=1 git push ... > > > > > > > > On Thu, Sep 8, 2011 at 9:18 AM, Maxim <[email protected]> wrote: > > yes i did. > > > On 8 сен, 18:14, Augie Fackler <[email protected]> wrote: > >> On Thu, Sep 8, 2011 at 1:24 AM, Maxim <[email protected]> wrote: > >> > 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 > > >> Are you using the password shown athttp://code.google.com/hosting/settings? > > >> > 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 > >> > 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 > > 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.

