Cloning into 'test'... * Couldn't find host git.example.com in the .netrc file; using defaults * About to connect() to git.example.com port 443 (#0) * Trying 1.2.3.4... * Connected to git.example.com (1.2.3.4) port 443 (#0) * Connected to git.example.com (1.2.3.4) port 443 (#0) * successfully set certificate verify locations: * CAfile: /etc/ssl/certs/ca-certificates.crt CApath: none * SSL connection using RC4-SHA * Server certificate: * subject: CN=*.example.com * start date: 2012-07 * expire date: 2013-01 * subjectAltName: git.example.com matched * issuer: O=Root * SSL certificate verify ok. > GET /git/test.git/info/refs?service=git-upload-pack HTTP/1.1 User-Agent: git/1.7.12.3 Host: git.example.com Accept: */* Accept-Encoding: gzip Pragma: no-cache * The requested URL returned error: 401 Unauthorized * Closing connection #0 * Couldn't find host git.example.com in the .netrc file; using defaults * About to connect() to git.example.com port 443 (#0) * Trying 1.2.3.4... * Connected to git.example.com (1.2.3.4) port 443 (#0) * Connected to git.example.com (1.2.3.4) port 443 (#0) * successfully set certificate verify locations: * CAfile: /etc/ssl/certs/ca-certificates.crt CApath: none * SSL re-using session ID * SSL connection using RC4-SHA * Server certificate: * subject: CN=*.example.com * start date: 2012-07 * expire date: 2013-01 * subjectAltName: git.example.com matched * issuer: O=Root * SSL certificate verify ok. > GET /git/test.git/info/refs?service=git-upload-pack HTTP/1.1 User-Agent: git/1.7.12.3 Host: git.example.com Accept: */* Accept-Encoding: gzip Pragma: no-cache < HTTP/1.1 401 Unauthorized < WWW-Authenticate: Digest realm="git", nonce="5b3240c6b8c858f6df5cc83dfdac7c8d", qop="auth" < Content-Type: text/html < Content-Length: 351 < Date: Mon, 15 Oct 2012 14:22:15 GMT < Server: lighttpd/1.4.28 < * Ignoring the response-body * Connection #0 to host git.example.com left intact * Issue another request to this URL: 'https://git.example.com/git/test.git/info/refs?service=git-upload-pack' * Couldn't find host git.example.com in the .netrc file; using defaults * Re-using existing connection! (#0) with host git.example.com * Connected to git.example.com (1.2.3.4) port 443 (#0) * Server auth using Digest with user 'user' > GET /git/test.git/info/refs?service=git-upload-pack HTTP/1.1 Authorization: Digest username="user", realm="git", nonce="5b3240c6b8c858f6df5cc83dfdac7c8d", uri="/git/test.git/info/refs?service=git-upload-pack", cnonce="MDIxMzAz", nc=00000001, qop=auth, response="a5bcaa05da1feddaaf5a4953f0f1f668" User-Agent: git/1.7.12.3 Host: git.example.com Accept: */* Accept-Encoding: gzip Pragma: no-cache < HTTP/1.1 200 OK < Expires: Fri, 01 Jan 1980 00:00:00 GMT < Pragma: no-cache < Cache-Control: no-cache, max-age=0, must-revalidate < Content-Type: application/x-git-upload-pack-advertisement < Transfer-Encoding: chunked < Date: Mon, 15 Oct 2012 14:22:16 GMT < Server: lighttpd/1.4.28 < * Connection #0 to host git.example.com left intact * Couldn't find host git.example.com in the .netrc file; using defaults * About to connect() to git.example.com port 443 (#0) * Trying 1.2.3.4... * connected * Connected to git.example.com (1.2.3.4) port 443 (#0) * successfully set certificate verify locations: * CAfile: /etc/ssl/certs/ca-certificates.crt CApath: none * SSL re-using session ID * SSL connection using RC4-SHA * Server certificate: * subject: CN=*.example.com * start date: 2012-07 * expire date: 2013-01 * subjectAltName: git.example.com matched * issuer: O=Root * SSL certificate verify ok. > POST /git/test.git/git-upload-pack HTTP/1.1 User-Agent: git/1.7.12.3 Host: git.example.com Accept-Encoding: gzip Content-Type: application/x-git-upload-pack-request Accept: application/x-git-upload-pack-result Content-Length: 416 * upload completely sent off: 416 out of 416 bytes < HTTP/1.1 401 Unauthorized * Authentication problem. Ignoring this. < WWW-Authenticate: Digest realm="git", nonce="f3fbdcd3ec3aeacf99ad0ed5e1f6c67b", qop="auth" < Content-Type: text/html < Content-Length: 351 < Date: Mon, 15 Oct 2012 14:22:16 GMT < Server: lighttpd/1.4.28 * The requested URL returned error: 401 * Closing connection #0 error: RPC failed; result=22, HTTP code = 401 fatal: The remote end hung up unexpectedly