15 Nov 2011 14:52
Git 1.7.5 problem with HTTPS
Dmitry Smirnov <divis1969 <at> gmail.com>
2011-11-15 13:52:49 GMT
2011-11-15 13:52:49 GMT
Hi, I have problems with downloading Android code from android.googlesource.com. The error says: fatal: branch stable is not signed I was trying to figure out what happens and finally came to conclusion that this is a problem of the git. When I try to clone the git itself using https (https://git.kernel.org/pub/scm/git/git.git) I'm getting the follwing error: warning: remote HEAD refers to nonexistent ref, unable to checkout. If I use the http URL (http://git.kernel.org/pub/scm/git/git.git) I can clone with no problems. I was also considering that the problem is caused by proxy. But when I tried to clone the same git source from another host via the same proxy, it works pretty good. The difference is the git version: on the first host it is 1.7.5.4 (comes with Ubuntu 11.10), on the second - 1.7.0.4 I was trying to collect some tcpdump and it shows the follwoing sequence 15 1.962132 X.X.X.X Y.Y.Y.Y HTTP 204 CONNECT git.kernel.org:443 HTTP/1.1 17 3.687364 Y.Y.Y.Y X.X.X.X HTTP 105 HTTP/1.0 200 Connection established 19 3.764793 X.X.X.X Y.Y.Y.Y TLSv1 208 Client Hello 21 3.815135 X.X.X.X Y.Y.Y.Y TLSv1 215 Ignored Unknown Record 23 4.045326 Y.Y.Y.Y X.X.X.X TLSv1 2239 Server Hello, Certificate, Server Key Exchange, Server Hello Done(Continue reading)
RSS Feed