Advertisement
Guest User

Untitled

a guest
Jun 26th, 2015
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. [cloud-user@slave ~]$ GIT_CURL_VERBOSE=1 GIT_TRACE=1 GIT_SSL_NO_VERIFY=true git clone https://github.com/openstack/requirements
  2. trace: built-in: git 'clone' 'https://github.com/openstack/requirements'
  3. Initialized empty Git repository in /home/cloud-user/requirements/.git/
  4. trace: run_command: 'git-remote-https' 'https://github.com/openstack/requirements' 'https://github.com/openstack/requirements'
  5. * Couldn't find host github.com in the .netrc file; using defaults
  6. * About to connect() to github.com port 443 (#0)
  7. * Trying 192.30.252.129... * Connected to github.com (192.30.252.129) port 443 (#0)
  8. * Initializing NSS with certpath: sql:/etc/pki/nssdb
  9. * skipping SSL peer certificate verification
  10. * SSL connection using TLS_RSA_WITH_AES_128_CBC_SHA
  11. * Server certificate:
  12. * subject: CN=github.com,O="GitHub, Inc.",L=San Francisco,ST=California,C=US,postalCode=94107,STREET=548 4th Street,serialNumber=5157550,incorporationState=Delaware,incorporationCountry=US,businessCategory=Private Organization
  13. * start date: Apr 08 00:00:00 2014 GMT
  14. * expire date: Apr 12 12:00:00 2016 GMT
  15. * common name: github.com
  16. * issuer: CN=DigiCert SHA2 Extended Validation Server CA,OU=www.digicert.com,O=DigiCert Inc,C=US
  17. > GET /openstack/requirements/info/refs?service=git-upload-pack HTTP/1.1
  18. User-Agent: git/1.7.1
  19. Host: github.com
  20. Accept: */*
  21. Pragma: no-cache
  22.  
  23. < HTTP/1.1 200 OK
  24. < Server: GitHub Babel 2.0
  25. < Content-Type: application/x-git-upload-pack-advertisement
  26. < Transfer-Encoding: chunked
  27. < Expires: Fri, 01 Jan 1980 00:00:00 GMT
  28. < Pragma: no-cache
  29. < Cache-Control: no-cache, max-age=0, must-revalidate
  30. < Vary: Accept-Encoding
  31. <
  32. * Expire cleared
  33. * Connection #0 to host github.com left intact
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement