Ok, running the command:

GIT_CURL_VERBOSE=1 git clone https://code.google.com/p/pynmea/ pynmea

Gives the output:

Initialized empty Git repository in /home/xxxxxx/code/
pynmea/.git/
* About to connect() to code.google.com port 443
(#0)
*   Trying 209.85.146.138... * Connected to code.google.com
(209.85.146.138) port 443 (#0)
* found 142 certificates in /etc/ssl/certs/ca-
certificates.crt
*        server certificate verification
OK
*        common name: *.google.com
(matched)
*        server certificate expiration date
OK
*        server certificate activation date
OK
*        certificate public key:
RSA
*        certificate version:
#3
*        subject: C=US,ST=California,L=Mountain View,O=Google
Inc,CN=*.google.com
*        start date: Tue, 07 Jun 2011 04:40:43 GMT
*        expire date: Thu, 07 Jun 2012 04:50:43 GMT
*        issuer: C=US,O=Google Inc,CN=Google Internet Authority
*        compression: NULL
*        cipher: ARCFOUR-128
*        MAC: SHA1
* Server auth using Basic with user '[email protected]'
> GET /p/pynmea//info/refs HTTP/1.1
Authorization: Basic [Hashed Value removed by me]
User-Agent: git/1.6.3.3
Host: code.google.com
Accept: */*

< HTTP/1.1 200 OK
< Content-Type: text/plain; charset=ISO-8859-1
< 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: Wed, 20 Jul 2011 16:15:32 GMT
< Server: git_frontend
< Content-Length: 0
< X-XSS-Protection: 1; mode=block
<
* Expire cleared
* Connection #0 to host code.google.com left intact
* Re-using existing connection! (#0) with host code.google.com
* Connected to code.google.com (209.85.146.138) port 443 (#0)
* Server auth using Basic with user '[email protected]'
> GET /p/pynmea/HEAD HTTP/1.1
Authorization: Basic [Hashed Value removed by me]
User-Agent: git/1.6.3.3
Host: code.google.com
Accept: */*

* The requested URL returned error: 404
* Closing connection #0
error: Couldn't get https://code.google.com/p/pynmea/HEAD for HEAD
The requested URL returned error: 404
warning: You appear to have cloned an empty repository.

End output

Becky


On Jul 20, 4:58 pm, Dave Borowitz <[email protected]> wrote:
> Hi Becky,
>
> I can't reproduce your problem and am able to clone pynmea successfully with
> git 1.7.3.1. Can you re-run your clone with "GIT_CURL_VERBOSE=1 git clone
> ..." and paste the output?
>
> Dave
>
>
>
>
>
>
>
> On Tue, Jul 19, 2011 at 16:12, becky_lewis <[email protected]> wrote:
> > Hi,
>
> > I've just created a new project athttps://code.google.com/p/pynmea/
> > and am having issues with the initial clone/commit.
>
> > I have set up my .netrc file with the values I was instructed to use.
> > When I run:
>
> > git clonehttps://code.google.com/p/pynmea/pynmea
>
> > I get the output:
>
> > Initialized empty Git repository in /home/scaryclam/code/python/
> > pynmea/.git/
> > error: Couldn't gethttps://code.google.com/p/pynmea/HEADfor HEAD
> > The requested URL returned error: 404
> > warning: You appear to have cloned an empty repository.
>
> > The local clone gets created but is broken and I cannot do an initial
> > commit (which I tried to see if it fix the 404 error).
>
> > I'm at a bit of a loss as to what the error could be. I'm fairly new
> > to using git.
>
> > Becky Lewis
>
> > --
> > 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.

-- 
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.

Reply via email to