On 30 Dec 2011, at 16:02, Eric Charles wrote: > Hi Stuart, > > That's what I did, Retrying: > > git clone https://[email protected]/p/google-guice/ > Initialized empty Git repository in /Users/echarles/dev/google-guice/.git/ > Password: (the password shown on https://code.google.com/hosting/settings) > fatal: https://[email protected]/p/google-guice//info/refs not > found: did you run git update-server-info on the server? > > Is it working on your side?
Both "git clone https://code.google.com/p/google-guice/" and "git clone https://[email protected]/p/google-guice/" are working for me from home using git version 1.7.3.1 on OSX FYI http://code.google.com/p/support/issues/detail?id=5790 suggests you need at least git version 1.6.6 to talk to googlecode - the pasted output suggests you're currently using 1.6.5.1 > This is my first time with git on googlecode (my git client is operational > with github). > > Thx, > > Eric > > > On 30/12/11 16:51, Stuart McCulloch wrote: >> >> On 30 December 2011 15:30, Eric Charles <[email protected]> wrote: >> Hi there, >> >> git clone https://code.google.com/p/google-guice >> Initialized empty Git repository in /Users/echarles/dev/google-guice/.git/ >> fatal: https://code.google.com/p/google-guice/info/refs not found: did you >> run git update-server-info on the server? >> >> I tried via a cloned server repo on my googlecode account and got the ame >> error (google-guice/info/refs not found). >> >> If you log into your googlecode account and go to >> http://code.google.com/p/google-guice/source/checkout (ie. the "Source" tab) >> it should give instructions on how to clone the repository - the command >> should look something like: >> >> git clone https://[email protected]/p/google-guice/ >> >> HTH >> >> More debug with GIT_CURL_VERBOSE=1 shows a 404. >> >> Thx for your help, >> Eric >> >> GIT_CURL_VERBOSE=1 git clone https://code.google.com/p/google-guice >> Initialized empty Git repository in /Users/echarles/dev/google-guice/.git/ >> * About to connect() to code.google.com port 443 (#0) >> * Trying 74.125.230.137... * Connected to code.google.com (74.125.230.137) >> port 443 (#0) >> * SSL connection using RC4-SHA >> * Server certificate: >> * subject: C=US; ST=California; L=Mountain View; O=Google Inc; >> CN=*.google.com >> * start date: 2011-11-21 03:59:22 GMT >> * expire date: 2012-11-21 04:09:22 GMT >> * subjectAltName: code.google.com matched >> * issuer: C=US; O=Google Inc; CN=Google Internet Authority >> * SSL certificate verify ok. >> * Server auth using Basic with user 'eric.umg.charles' >> > GET /p/google-guice/info/refs HTTP/1.1 >> Authorization: Basic ZXJpYy51bWcuY2hhcmxlczp5UDdYQzd4UzZnVDc= >> User-Agent: git/1.6.5.1 >> Host: code.google.com >> Accept: */* >> Pragma: no-cache >> >> * The requested URL returned error: 404 >> * Closing connection #0 >> fatal: https://code.google.com/p/google-guice/info/refs not found: did you >> run git update-server-info on the server? >> >> -- >> You received this message because you are subscribed to the Google Groups >> "google-guice" 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-guice?hl=en. >> >> >> >> >> -- >> Cheers, Stuart >> -- >> You received this message because you are subscribed to the Google Groups >> "google-guice" 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-guice?hl=en. > > > -- > You received this message because you are subscribed to the Google Groups > "google-guice" 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-guice?hl=en. -- You received this message because you are subscribed to the Google Groups "google-guice" 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-guice?hl=en.
