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 < HTTP/1.1 401 Unauthorized < WWW-Authenticate: Digest realm="git", nonce="7b0d9a3c65aaf640e2690992977d639b", qop="auth" < Content-Type: text/html < Content-Length: 351 < Date: Tue, 16 Oct 2012 04:59:55 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://user@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 (nil) * Connected to (nil) (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="7b0d9a3c65aaf640e2690992977d639b", uri="/git/test.git/info/refs?service=git-upload-pack", cnonce="MDczOTYz", nc=00000001, qop=auth, response="0c3ef86a815fbef9b079311adacda4a3" User-Agent: git/1.7.12.3 Host: git.example.com Accept: */* Accept-Encoding: gzip Pragma: no-cache < HTTP/1.1 401 Unauthorized * Authentication problem. Ignoring this. < WWW-Authenticate: Digest realm="git", nonce="c3cec8be61b66cbb71ec47308151aa8d", qop="auth" < Content-Type: text/html < Content-Length: 351 < Date: Tue, 16 Oct 2012 04:59:55 GMT < Server: lighttpd/1.4.28 * The requested URL returned error: 401 * 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. * 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="c3cec8be61b66cbb71ec47308151aa8d", uri="/git/test.git/info/refs?service=git-upload-pack", cnonce="MDczOTY0", nc=00000001, qop=auth, response="e3411fbb515e5378995bd62f1c2d2cfe" 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: Tue, 16 Oct 2012 04:59:56 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. * Server auth using Digest with user 'user' > POST /git/test.git/git-upload-pack HTTP/1.1 Authorization: Digest username="user", realm="git", nonce="c3cec8be61b66cbb71ec47308151aa8d", uri="/git/test.git/git-upload-pack", cnonce="MDczOTY0", nc=00000002, qop=auth, response="0783cf0af8923f053c1242e2c5a67b23" 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 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-result < Transfer-Encoding: chunked < Date: Tue, 16 Oct 2012 04:59:56 GMT < Server: lighttpd/1.4.28 < remote: Counting objects: 661, done. remote: Compressing objects: 100% (388/388), done. remote: Total 661 (delta 202), reused 427 (delta 109) * Connection #0 to host git.example.com left intact Receiving objects: 100% (661/661), 73.95 KiB, done. Resolving deltas: 100% (202/202), done. * Closing connection #0