On Thu, Jul 26, 2012 at 1:43 PM, Dirk Strauss <lexx...@gmail.com> wrote:

> Hi,
>
> can someone from the "admin" group please check why I cannot clone my
> project under linux? According to the log file:
>
> $ git clone https://code.google.com/p/socofo/
> Initialized empty Git repository in /home/ci/delme/socofo/.git/
> * About to connect() to code.google.com port 443 (#0)
> *   Trying 173.194.69.102... * Connected to code.google.com
> (173.194.69.102) port 443 (#0)
> * successfully set certificate verify locations:
> *   CAfile: none
>   CApath: /etc/ssl/certs/
> * SSL connection using RC4-SHA
> * Server certificate:
> *        subject: C=US; ST=California; L=Mountain View; O=Google Inc; CN=*.
> google.com
> *        start date: 2012-06-27 13:58:30 GMT
> *        expire date: 2013-06-07 19:43:27 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 'XXXXXXXXXXXXXXX'
> > GET /p/socofo//info/refs HTTP/1.1
> Authorization: Basic XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
> User-Agent: git/1.6.4.2


Just noticed this fragment here. You'll need to upgrade your linux git
installation to something >= 1.6.6, as project hosting only supports the
"smart" http protocol, which was introduced in git 1.6.6.

-- 
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 google-code-hosting@googlegroups.com.
To unsubscribe from this group, send email to 
google-code-hosting+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code-hosting?hl=en.

Reply via email to