Google Codeからコードをチェックアウトする際の問題
最近Ubuntu 11.10にアップグレードしましたが、それ以降、Google Codeからコードをチェックアウトできません。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 何か案は? …