Skip to content

Instantly share code, notes, and snippets.

@patrickkettner
Created April 1, 2015 17:20
Show Gist options
  • Save patrickkettner/18d55887a3d71389bbf7 to your computer and use it in GitHub Desktop.
Save patrickkettner/18d55887a3d71389bbf7 to your computer and use it in GitHub Desktop.
< HTTP/1.1 401 Authorization Required
* Server GitHub.com is not blacklisted
< Server: GitHub.com
< Date: Wed, 01 Apr 2015 17:15:56 GMT
< Content-Type: text/plain
< Connection: keep-alive
< Content-Length: 52
< WWW-Authenticate: Basic realm="GitHub"
<
* Connection #0 to host github.domain.com left intact
* Couldn't find host github.domain.com in the .netrc file; using defaults
* Found bundle for host github.domain.com: 0x7fed41430000
* Hostname was found in DNS cache
* Trying 172.29.105.149...
* Connected to github.domain.com (10.0.0.1) port 443 (#1)
* SSL re-using session ID
* TLS 1.2 connection using TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
* Server certificate: github.domain.com
* Server certificate: RapidSSL Enterprise CA
* Server certificate: GeoTrust Global CA
> GET /user-name/repo-name.git/info/refs?service=git-upload-pack HTTP/1.1
User-Agent: git/2.3.4
Host: github.domain.com
Accept: */*
Accept-Encoding: gzip
Pragma: no-cache
< HTTP/1.1 401 Authorization Required
* Server GitHub.com is not blacklisted
< Server: GitHub.com
< Date: Wed, 01 Apr 2015 17:15:56 GMT
< Content-Type: text/plain
< Connection: keep-alive
< Content-Length: 52
< WWW-Authenticate: Basic realm="GitHub"
<
* Ignoring the response-body
* Connection #1 to host github.domain.com left intact
* Issue another request to this URL: 'https://github.domain.com/user-name/repo-name.git/info/refs?service=git-upload-pack'
* Couldn't find host github.domain.com in the .netrc file; using defaults
* Found bundle for host github.domain.com: 0x7fed41430000
* Re-using existing connection! (#1) with host github.domain.com
* Connected to github.domain.com (10.0.0.1) port 443 (#1)
* Server auth using Basic with user 'patrick'
> GET /user-name/rep-name.git/info/refs?service=git-upload-pack HTTP/1.1
Authorization: Basic cGF0cmljazpoZXksIGdvb2QgZWZmb3J0LiBidXQgaW0gbm90IGxlYXZpbmcgbXkgcGFzcyBpbiBhIGdpc3Q=
User-Agent: git/2.3.4
Host: github.domain.com
Accept: */*
Accept-Encoding: gzip
Pragma: no-cache
< HTTP/1.1 200 OK
* Server GitHub.com is not blacklisted
< Server: GitHub.com
< Date: Wed, 01 Apr 2015 17:15:56 GMT
< Content-Type: application/x-git-upload-pack-advertisement
< Transfer-Encoding: chunked
< Connection: keep-alive
< Expires: Fri, 01 Jan 1980 00:00:00 GMT
< Pragma: no-cache
< Cache-Control: no-cache, max-age=0, must-revalidate
<
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment