octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 'hg update' failing


From: CdeMills
Subject: Re: 'hg update' failing
Date: Thu, 23 Aug 2012 08:54:38 -0700 (PDT)

Mike Miller-2 wrote
> 
> On Thu, Aug 23, 2012 at 10:37 AM, CdeMills wrote:
>> I tried:
>>
>> git --version
>> git version 1.7.11.5
> 
> This is extremely new, built yourself? Did you build with curl support?
> 
>> and
>>
>> ping code.google.com
>> PING code.l.google.com (74.125.230.65): 56 data bytes
>> 64 bytes from 74.125.230.65: icmp_seq=0 ttl=52 time=12.526 ms
> 
> How about:
> 
>   openssl s_client -connect code.google.com:443
> 
>> finally, git clone -v ... does not produce more usefull messages.
> 
> A couple more ideas.
> 
> 1. git needs the https helper:
> 
> git help -a | grep https
> 
> Do you see remote-https? If not, your git was built without libcurl
> and it's not going to work at all. Rebuild or get a git built with
> curl.
> 
> 2. git over https tries to verify remote SSL key, which will fail if
> you don't have the key issuer in your distribution's certificate
> collection, you can temporarily disable SSL verification:
> 
> export GIT_SSL_NO_VERIFY=1
> 
> Does it work now?
> 
> 
- target system is a Mac under MacOS 10.5
- git built from macport; curl is a dependency
- openssl s_client -connect code.google.com:443CONNECTED(00000004)
write:errno=54
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 0 bytes and written 322 bytes
---
New, (NONE), Cipher is (NONE)
Secure Renegotiation IS NOT supported
Compression: NONE
Expansion: NONE
---

- git help -a | grep https   
diff                      remote-https

- env  GIT_SSL_NO_VERIFY=1   git clone https://code.google.com/p/qterminal/
Cloning into 'qterminal'...
error: Unknown SSL protocol error in connection to code.google.com:443 
while accessing https://code.google.com/p/qterminal/info/refs
fatal: HTTP request failed

Now; tried from a fedora-17 inside a vmware box ... ran like a charm without
any issue. 

Regards

Pascal



--
View this message in context: 
http://octave.1599824.n4.nabble.com/hg-update-failing-tp4643142p4643159.html
Sent from the Octave - Maintainers mailing list archive at Nabble.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]