Advertisement
Guest User

Untitled

a guest
Jun 26th, 2015
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. $ GIT_CURL_VERBOSE=1 GIT_TRACE=1 git clone https://git.openstack.org/openstack/requirements
  2. trace: built-in: git 'clone' 'https://git.openstack.org/openstack/requirements'
  3. Initialized empty Git repository in /home/cloud-user/requirements/.git/
  4. trace: run_command: 'git-remote-https' 'https://git.openstack.org/openstack/requirements' 'https://git.openstack.org/openstack/requirements'
  5. * Couldn't find host git.openstack.org in the .netrc file; using defaults
  6. * About to connect() to git.openstack.org port 443 (#0)
  7. * Trying 104.239.158.55... * Connected to git.openstack.org (104.239.158.55) port 443 (#0)
  8. * Initializing NSS with certpath: sql:/etc/pki/nssdb
  9. * CAfile: /etc/pki/tls/certs/ca-bundle.crt
  10. CApath: none
  11. * SSL connection using TLS_DHE_RSA_WITH_AES_256_CBC_SHA
  12. * Server certificate:
  13. * subject: CN=git.openstack.org,OU=PositiveSSL,OU=Domain Control Validated
  14. * start date: Jul 19 00:00:00 2013 GMT
  15. * expire date: Jul 19 23:59:59 2015 GMT
  16. * common name: git.openstack.org
  17. * issuer: CN=PositiveSSL CA 2,O=COMODO CA Limited,L=Salford,ST=Greater Manchester,C=GB
  18. > GET /openstack/requirements/info/refs?service=git-upload-pack HTTP/1.1
  19. User-Agent: git/1.7.1
  20. Host: git.openstack.org
  21. Accept: */*
  22. Pragma: no-cache
  23.  
  24. < HTTP/1.1 200 OK
  25. < Date: Fri, 26 Jun 2015 15:34:18 GMT
  26. < Server: Apache/2.2.15 (CentOS)
  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. < Connection: close
  31. < Transfer-Encoding: chunked
  32. < Content-Type: application/x-git-upload-pack-advertisement
  33. <
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement