최근 Ubuntu 11.10으로 업그레이드 한 이후 Google 코드에서 코드를 체크 아웃 할 수 없었습니다. svn 또는 git으로 얻을 수는 없지만 업그레이드 전에 모두 작동했습니다 (11.10에 문제가 있다고 가정합니다).
SVN :
$ svn checkout https://project.googlecode.com/svn/ project --username me@gmail.com
svn: OPTIONS of 'https://project.googlecode.com/svn': SSL handshake failed: Secure connection truncated (https://project.googlecode.com)
힘내 :
$ git clone https://me@code.google.com/p/project/
Cloning into project...
Password:
error: gnutls_handshake() failed: A TLS packet with unexpected length was received. while accessing https://me@code.google.com/p/project/info/refs
fatal: HTTP request failed
어떤 아이디어?
git version 1.7.5.4
svn, version 1.6.12 (r955767)
openssl 1.0.0e-2ubuntu4
libneon27-gnutls 0.29.6-1
편집하다:
내 11.04 넷북에서 서브 버전으로 https를 통해 Google 코드를 체크 아웃 할 수 있음을 확인했습니다.
네온 0.29.6과 openssl을 사용하여 소스에서 subversion-1.7.0을 운없이 컴파일했습니다. 이제 제공합니다 svn: E175002
.
편집 2 :
분명히하기 위해 Google 코드에만이 문제가있는 것 같습니다. 내가 시도한 다른 모든 리포지토리에서 코드를 확인할 수 있습니다.