I am using the latest version of git (version 1.7.10). Git hangs every time 
I try to push/clone a private github repository over HTTPS from my linux 
machine. Public github repositories over HTTPS work fine. I am behind a 
proxy but everything works fine from my macbook. Following is the output 
for git clone https://github.com/aseembehl/latent_map_svm.git with 
GIT_CURL_VERBOSE 
= 1.

Cloning into 'latent_map_svm'...
* Couldn't find host github.com in the .netrc file; using defaults
* About to connect() to proxy proxy.iiit.ac.in port 8080 (#0)
*   Trying 10.4.3.204... * Connected to proxy.iiit.ac.in (10.4.3.204) port 8080 
(#0)
* Establish HTTP proxy tunnel to github.com:443
> CONNECT github.com:443 HTTP/1.1
Host: github.com:443
User-Agent: git/1.7.10
Proxy-Connection: Keep-Alive
Pragma: no-cache

< HTTP/1.0 200 Connection established
< 
* Proxy replied OK to CONNECT request
* found 141 certificates in /etc/ssl/certs/ca-certificates.crt
*    server certificate verification OK
*    common name: github.com (matched)
*    server certificate expiration date OK
*    server certificate activation date OK
*    certificate public key: RSA
*    certificate version: #3
*    subject: 
2.5.4.15=#0c1450726976617465204f7267616e697a6174696f6e,1.3.6.1.4.1.311.60.2.1.3=#13025553,1.3.6.1.4.1.311.60.2.1.2=#130a43616c69666f726e6961,serialNumber=C3268102,C=US,ST=California,L=San
 Francisco,O=GitHub\, Inc.,CN=github.com
*    start date: Fri, 27 May 2011 00:00:00 GMT
*    expire date: Mon, 29 Jul 2013 12:00:00 GMT
*    issuer: C=US,O=DigiCert Inc,OU=www.digicert.com,CN=DigiCert High Assurance 
EV CA-1
*    compression: NULL
*    cipher: ARCFOUR-128
*    MAC: SHA1
* Connected to proxy.iiit.ac.in (10.4.3.204) port 8080 (#0)

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/git-users/-/FdUxDZY9gqQJ.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.

Reply via email to