On 30 December 2011 15:30, Eric Charles <[email protected]> wrote:

> Hi there,
>
> git clone 
> https://code.google.com/p/**google-guice<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<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<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 ZXJpYy51bWcuY2hhcmxlczp5UDdYQz**d4UzZnVDc=
> 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<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 google-guice+unsubscribe@**
> googlegroups.com <google-guice%[email protected]>.
> For more options, visit this group at http://groups.google.com/**
> group/google-guice?hl=en<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.

Reply via email to