Advertisement
bobnethu

gitlog

Mar 26th, 2018
723
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.55 KB | None | 0 0
  1. bobesz@dev:~# GIT_CURL_VERBOSE=1 GIT_TRACE=1 git clone https://gitlab.example.com/example.git
  2. 11:26:45.705605 git.c:350 trace: built-in: git 'clone' 'https://gitlab.example.com/example.git'
  3. Cloning into 'example'...
  4. 11:26:45.730993 run-command.c:336 trace: run_command: 'git-remote-https' 'origin' 'https://gitlab.example.com/example.git'
  5. * Couldn't find host gitlab.example.com in the .netrc file; using defaults
  6. * Trying <ip>...
  7. * Connected to gitlab.bobnet.hu (<ip>) port 443 (#0)
  8. * ALPN, offering http/1.1
  9. * Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
  10. * successfully set certificate verify locations:
  11. * CAfile: /etc/ssl/certs/ca-certificates.crt
  12. CApath: /etc/ssl/certs
  13. * SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384
  14. * ALPN, server accepted to use http/1.1
  15. * Server certificate:
  16. * subject: CN=gitlab.example.com
  17. * start date: Mar 25 23:23:11 2018 GMT
  18. * expire date: Jun 23 23:23:11 2018 GMT
  19. * subjectAltName: gitlab.example.com matched
  20. * issuer: C=US; O=Let's Encrypt; CN=Let's Encrypt Authority X3
  21. * SSL certificate verify ok.
  22. > GET /example.git/info/refs?service=git-upload-pack HTTP/1.1
  23. Host: gitlab.example.com
  24. User-Agent: git/2.9.5
  25. Accept: */*
  26. Accept-Encoding: gzip
  27. Accept-Language: en-US, *;q=0.9
  28. Pragma: no-cache
  29.  
  30. < HTTP/1.1 401 Unauthorized
  31. < Date: Mon, 26 Mar 2018 09:26:45 GMT
  32. < Server: Apache/2.4.18 (Ubuntu)
  33. < X-Frame-Options: DENY
  34. < X-XSS-Protection: 1; mode=block
  35. < X-Content-Type-Options: nosniff
  36. < X-UA-Compatible: IE=edge
  37. < Www-Authenticate: Basic realm="GitLab"
  38. < Content-Type: text/plain; charset=utf-8
  39. < Cache-Control: no-cache
  40. < X-Request-Id: ca12e5f8-5e85-4897-b16d-d4dfec3da2c1
  41. < X-Runtime: 0.058923
  42. < Transfer-Encoding: chunked
  43. <
  44. * Connection #0 to host gitlab.example.com left intact
  45. Username for 'https://gitlab.example.com': bobesz
  46. Password for 'https://bobesz@gitlab.example.com':
  47. * Couldn't find host gitlab.example.com in the .netrc file; using defaults
  48. * Connection 0 seems to be dead!
  49. * Closing connection 0
  50. * Hostname gitlab.bobnet.hu was found in DNS cache
  51. * Trying <ip>...
  52. * Connected to gitlab.bobnet.hu (<ip>) port 443 (#1)
  53. * ALPN, offering http/1.1
  54. * Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
  55. * successfully set certificate verify locations:
  56. * CAfile: /etc/ssl/certs/ca-certificates.crt
  57. CApath: /etc/ssl/certs
  58. * SSL re-using session ID
  59. * SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384
  60. * ALPN, server accepted to use http/1.1
  61. * Server certificate:
  62. * subject: CN=gitlab.example.com
  63. * start date: Mar 25 23:23:11 2018 GMT
  64. * expire date: Jun 23 23:23:11 2018 GMT
  65. * subjectAltName: gitlab.example.com matched
  66. * issuer: C=US; O=Let's Encrypt; CN=Let's Encrypt Authority X3
  67. * SSL certificate verify ok.
  68. > GET /example.git/info/refs?service=git-upload-pack HTTP/1.1
  69. Host: gitlab.example.com
  70. User-Agent: git/2.9.5
  71. Accept: */*
  72. Accept-Encoding: gzip
  73. Accept-Language: en-US, *;q=0.9
  74. Pragma: no-cache
  75.  
  76. < HTTP/1.1 401 Unauthorized
  77. < Date: Mon, 26 Mar 2018 09:26:52 GMT
  78. < Server: Apache/2.4.18 (Ubuntu)
  79. < X-Frame-Options: DENY
  80. < X-XSS-Protection: 1; mode=block
  81. < X-Content-Type-Options: nosniff
  82. < X-UA-Compatible: IE=edge
  83. < Www-Authenticate: Basic realm="GitLab"
  84. < Content-Type: text/plain; charset=utf-8
  85. < Cache-Control: no-cache
  86. < X-Request-Id: 2380953d-7dca-4238-b684-7162555411a3
  87. < X-Runtime: 0.171847
  88. < Transfer-Encoding: chunked
  89. <
  90. * Ignoring the response-body
  91. * Connection #1 to host gitlab.example.com left intact
  92. * Issue another request to this URL: 'https://gitlab.example.com/example.git/info/refs?service=git-upload-pack'
  93. * Couldn't find host gitlab.example.com in the .netrc file; using defaults
  94. * Found bundle for host gitlab.example.com: 0x2060ec0 [can pipeline]
  95. * Re-using existing connection! (#1) with host gitlab.example.com
  96. * Connected to gitlab.bobnet.hu (<ip>) port 443 (#1)
  97. * Server auth using Basic with user 'bobesz'
  98. > GET /example.git/info/refs?service=git-upload-pack HTTP/1.1
  99. Host: gitlab.example.com
  100. Authorization: Basic XXX
  101. User-Agent: git/2.9.5
  102. Accept: */*
  103. Accept-Encoding: gzip
  104. Accept-Language: en-US, *;q=0.9
  105. Pragma: no-cache
  106.  
  107. < HTTP/1.1 500 Internal Server Error
  108. < Date: Mon, 26 Mar 2018 09:26:53 GMT
  109. < Server: Apache/2.4.18 (Ubuntu)
  110. < Content-Type: text/html; charset=utf-8
  111. < Content-Length: 2902
  112. < X-Request-Id: 04074da3-5674-40f1-9b4b-272ba6f8ca40
  113. < X-Runtime: 0.462234
  114. < Connection: close
  115. <
  116. * Closing connection 1
  117. fatal: unable to access 'https://gitlab.example.com/example.git/': The requested URL returned error: 500
  118. bobesz@dev:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement