Skip to content

Instantly share code, notes, and snippets.

@alvaromb
Created August 5, 2015 13:52
Show Gist options
  • Save alvaromb/a312f982968d2092ca58 to your computer and use it in GitHub Desktop.
Save alvaromb/a312f982968d2092ca58 to your computer and use it in GitHub Desktop.
Git Output
* Couldn't find host privaterhodecode.net in the .netrc file; using defaults
* Hostname was NOT found in DNS cache
* Trying 11.11.11.85...
* Connected to privaterhodecode.net (11.11.11.85) port 443 (#0)
* TLS 1.2 connection using TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
* Server certificate: *.privaterhodecode.net
* Server certificate: COMODO RSA Domain Validation Secure Server CA
* Server certificate: COMODO RSA Certification Authority
* Server certificate: AddTrust External CA Root
> GET /angular-xxxxxxxx-api/info/refs?service=git-upload-pack HTTP/1.1
User-Agent: git/2.3.2 (Apple Git-55)
Host: privaterhodecode.net
Accept: */*
Accept-Encoding: gzip
Pragma: no-cache
< HTTP/1.1 401 Unauthorized
* Server nginx is not blacklisted
< Server: nginx
< Date: Wed, 05 Aug 2015 13:47:42 GMT
< Content-Type: text/html
< Transfer-Encoding: chunked
< Connection: keep-alive
< WWW-Authenticate: Basic realm="RhodeCode authentication"
<
* Ignoring the response-body
* Connection #0 to host privaterhodecode.net left intact
* Issue another request to this URL: 'https://USER:PASS@privaterhodecode.net/angular-xxxxxxxxx-api/info/refs?service=git-upload-pack'
* Couldn't find host privaterhodecode.net in the .netrc file; using defaults
* Found bundle for host privaterhodecode.net: 0x7fdcd3413c50
* Re-using existing connection! (#0) with host privaterhodecode.net
* Connected to privaterhodecode.net (11.11.11.85) port 443 (#0)
* Server auth using Basic with user 'USER'
> GET /angular-xxxxxxxxx-api/info/refs?service=git-upload-pack HTTP/1.1
Authorization: Basic AUTHORIZATIONTOKEN==
User-Agent: git/2.3.2 (Apple Git-55)
Host: privaterhodecode.net
Accept: */*
Accept-Encoding: gzip
Pragma: no-cache
< HTTP/1.1 200 OK
* Server nginx is not blacklisted
< Server: nginx
< Date: Wed, 05 Aug 2015 13:47:43 GMT
< Content-Type: application/x-git-upload-pack-advertisement
< Transfer-Encoding: chunked
< Connection: keep-alive
<
* Connection #0 to host privaterhodecode.net left intact
fccfd1234567c111867d2d631e3040dec90e9cee refs/heads/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment