Skip to content

Instantly share code, notes, and snippets.

@YaronBlinder
Created August 29, 2016 16:44
Show Gist options
  • Save YaronBlinder/3e81359b542b0bafe48d0a2fb7cefd9b to your computer and use it in GitHub Desktop.
Save YaronBlinder/3e81359b542b0bafe48d0a2fb7cefd9b to your computer and use it in GitHub Desktop.
$ GIT_CURL_VERBOSE=1 git clone -vvv https://github.com/f0cal/edenis-v4msti
Cloning into 'edenis-v4msti'...
* Couldn't find host github.com in the _netrc file; using defaults
* timeout on name lookup is not supported
* Trying 192.30.253.113...
* Connected to github.com (192.30.253.113) port 443 (#0)
* ALPN, offering http/1.1
* Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
* successfully set certificate verify locations:
* CAfile: C:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt
CApath: none
* SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
* ALPN, server accepted to use http/1.1
* Server certificate:
* subject: businessCategory=Private Organization; jurisdictionC=US; jurisdictio nST=Delaware; serialNumber=5157550; street=88 Colin P Kelly, Jr Street; postalCo de=94107; C=US; ST=California; L=San Francisco; O=GitHub, Inc.; CN=github.com
* start date: Mar 10 00:00:00 2016 GMT
* expire date: May 17 12:00:00 2018 GMT
* subjectAltName: host "github.com" matched cert's "github.com"
* issuer: C=US; O=DigiCert Inc; OU=www.digicert.com; CN=DigiCert SHA2 Extended Validation Server CA
* SSL certificate verify ok.
> GET /f0cal/edenis-v4msti/info/refs?service=git-upload-pack HTTP/1.1
Host: github.com
User-Agent: git/2.9.2.windows.1
Accept: */*
Accept-Encoding: gzip
Accept-Language: en-US, *;q=0.9
Pragma: no-cache
< HTTP/1.1 401 Authorization Required
< Server: GitHub Babel 2.0
< Content-Type: text/plain
< Content-Length: 21
< WWW-Authenticate: Basic realm="GitHub"
< X-GitHub-Request-Id: 183D2DD4:2CFCE:124C3C8B:57C465FE
< X-Frame-Options: DENY
<
* Connection #0 to host github.com left intact
* Couldn't find host github.com in the _netrc file; using defaults
* Found bundle for host github.com: 0x2f5c560 [can pipeline]
* timeout on name lookup is not supported
* Hostname github.com was found in DNS cache
* Trying 192.30.253.113...
* Connected to github.com (192.30.253.113) port 443 (#1)
* ALPN, offering http/1.1
* Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
* successfully set certificate verify locations:
* CAfile: C:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt
CApath: none
* SSL re-using session ID
* SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
* ALPN, server accepted to use http/1.1
* Server certificate:
* subject: businessCategory=Private Organization; jurisdictionC=US; jurisdictio nST=Delaware; serialNumber=5157550; street=88 Colin P Kelly, Jr Street; postalCo de=94107; C=US; ST=California; L=San Francisco; O=GitHub, Inc.; CN=github.com
* start date: Mar 10 00:00:00 2016 GMT
* expire date: May 17 12:00:00 2018 GMT
* subjectAltName: host "github.com" matched cert's "github.com"
* issuer: C=US; O=DigiCert Inc; OU=www.digicert.com; CN=DigiCert SHA2 Extended Validation Server CA
* SSL certificate verify ok.
> GET /f0cal/edenis-v4msti/info/refs?service=git-upload-pack HTTP/1.1
Host: github.com
User-Agent: git/2.9.2.windows.1
Accept: */*
Accept-Encoding: gzip
Accept-Language: en-US, *;q=0.9
Pragma: no-cache
< HTTP/1.1 401 Authorization Required
< Server: GitHub Babel 2.0
< Content-Type: text/plain
< Content-Length: 21
< WWW-Authenticate: Basic realm="GitHub"
< X-GitHub-Request-Id: 183D2DD4:2CFCF:107F28D9:57C465FF
< X-Frame-Options: DENY
<
* Ignoring the response-body
* Connection #1 to host github.com left intact
* Issue another request to this URL: 'https://github.com/f0cal/edenis-v4msti/inf o/refs?service=git-upload-pack'
* Couldn't find host github.com in the _netrc file; using defaults
* Found bundle for host github.com: 0x2f5c560 [can pipeline]
* Re-using existing connection! (#1) with host github.com
* Connected to github.com (192.30.253.113) port 443 (#1)
* Server auth using Basic with user 'Personal Access Token'
> GET /f0cal/edenis-v4msti/info/refs?service=git-upload-pack HTTP/1.1
Host: github.com
Authorization: Basic UGVyc29uYWwgQWNjZXNzIFRva2VuOjAyNGFmZTBiMzBlNGY4NTYyMTY1MGQ 2OTMzNmIwNjhmOWUzNjdlNzk=
User-Agent: git/2.9.2.windows.1
Accept: */*
Accept-Encoding: gzip
Accept-Language: en-US, *;q=0.9
Pragma: no-cache
< HTTP/1.1 404 Not Found
< Server: GitHub Babel 2.0
< Content-Type: text/plain
< X-GitHub-Request-Id: 183D2DD4:2CFCF:107F28FE:57C465FF
< X-Frame-Options: DENY
< Connection: close
<
* Closing connection 1
remote: Repository not found.
fatal: repository 'https://github.com/f0cal/edenis-v4msti/' not found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment