Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bobesz@dev:~# GIT_CURL_VERBOSE=1 GIT_TRACE=1 git clone https://gitlab.example.com/example.git
- 11:26:45.705605 git.c:350 trace: built-in: git 'clone' 'https://gitlab.example.com/example.git'
- Cloning into 'example'...
- 11:26:45.730993 run-command.c:336 trace: run_command: 'git-remote-https' 'origin' 'https://gitlab.example.com/example.git'
- * Couldn't find host gitlab.example.com in the .netrc file; using defaults
- * Trying <ip>...
- * Connected to gitlab.bobnet.hu (<ip>) port 443 (#0)
- * ALPN, offering http/1.1
- * Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
- * successfully set certificate verify locations:
- * CAfile: /etc/ssl/certs/ca-certificates.crt
- CApath: /etc/ssl/certs
- * SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384
- * ALPN, server accepted to use http/1.1
- * Server certificate:
- * subject: CN=gitlab.example.com
- * start date: Mar 25 23:23:11 2018 GMT
- * expire date: Jun 23 23:23:11 2018 GMT
- * subjectAltName: gitlab.example.com matched
- * issuer: C=US; O=Let's Encrypt; CN=Let's Encrypt Authority X3
- * SSL certificate verify ok.
- > GET /example.git/info/refs?service=git-upload-pack HTTP/1.1
- Host: gitlab.example.com
- User-Agent: git/2.9.5
- Accept: */*
- Accept-Encoding: gzip
- Accept-Language: en-US, *;q=0.9
- Pragma: no-cache
- < HTTP/1.1 401 Unauthorized
- < Date: Mon, 26 Mar 2018 09:26:45 GMT
- < Server: Apache/2.4.18 (Ubuntu)
- < X-Frame-Options: DENY
- < X-XSS-Protection: 1; mode=block
- < X-Content-Type-Options: nosniff
- < X-UA-Compatible: IE=edge
- < Www-Authenticate: Basic realm="GitLab"
- < Content-Type: text/plain; charset=utf-8
- < Cache-Control: no-cache
- < X-Request-Id: ca12e5f8-5e85-4897-b16d-d4dfec3da2c1
- < X-Runtime: 0.058923
- < Transfer-Encoding: chunked
- <
- * Connection #0 to host gitlab.example.com left intact
- Username for 'https://gitlab.example.com': bobesz
- Password for 'https://bobesz@gitlab.example.com':
- * Couldn't find host gitlab.example.com in the .netrc file; using defaults
- * Connection 0 seems to be dead!
- * Closing connection 0
- * Hostname gitlab.bobnet.hu was found in DNS cache
- * Trying <ip>...
- * Connected to gitlab.bobnet.hu (<ip>) port 443 (#1)
- * ALPN, offering http/1.1
- * Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
- * successfully set certificate verify locations:
- * CAfile: /etc/ssl/certs/ca-certificates.crt
- CApath: /etc/ssl/certs
- * SSL re-using session ID
- * SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384
- * ALPN, server accepted to use http/1.1
- * Server certificate:
- * subject: CN=gitlab.example.com
- * start date: Mar 25 23:23:11 2018 GMT
- * expire date: Jun 23 23:23:11 2018 GMT
- * subjectAltName: gitlab.example.com matched
- * issuer: C=US; O=Let's Encrypt; CN=Let's Encrypt Authority X3
- * SSL certificate verify ok.
- > GET /example.git/info/refs?service=git-upload-pack HTTP/1.1
- Host: gitlab.example.com
- User-Agent: git/2.9.5
- Accept: */*
- Accept-Encoding: gzip
- Accept-Language: en-US, *;q=0.9
- Pragma: no-cache
- < HTTP/1.1 401 Unauthorized
- < Date: Mon, 26 Mar 2018 09:26:52 GMT
- < Server: Apache/2.4.18 (Ubuntu)
- < X-Frame-Options: DENY
- < X-XSS-Protection: 1; mode=block
- < X-Content-Type-Options: nosniff
- < X-UA-Compatible: IE=edge
- < Www-Authenticate: Basic realm="GitLab"
- < Content-Type: text/plain; charset=utf-8
- < Cache-Control: no-cache
- < X-Request-Id: 2380953d-7dca-4238-b684-7162555411a3
- < X-Runtime: 0.171847
- < Transfer-Encoding: chunked
- <
- * Ignoring the response-body
- * Connection #1 to host gitlab.example.com left intact
- * Issue another request to this URL: 'https://gitlab.example.com/example.git/info/refs?service=git-upload-pack'
- * Couldn't find host gitlab.example.com in the .netrc file; using defaults
- * Found bundle for host gitlab.example.com: 0x2060ec0 [can pipeline]
- * Re-using existing connection! (#1) with host gitlab.example.com
- * Connected to gitlab.bobnet.hu (<ip>) port 443 (#1)
- * Server auth using Basic with user 'bobesz'
- > GET /example.git/info/refs?service=git-upload-pack HTTP/1.1
- Host: gitlab.example.com
- Authorization: Basic XXX
- User-Agent: git/2.9.5
- Accept: */*
- Accept-Encoding: gzip
- Accept-Language: en-US, *;q=0.9
- Pragma: no-cache
- < HTTP/1.1 500 Internal Server Error
- < Date: Mon, 26 Mar 2018 09:26:53 GMT
- < Server: Apache/2.4.18 (Ubuntu)
- < Content-Type: text/html; charset=utf-8
- < Content-Length: 2902
- < X-Request-Id: 04074da3-5674-40f1-9b4b-272ba6f8ca40
- < X-Runtime: 0.462234
- < Connection: close
- <
- * Closing connection 1
- fatal: unable to access 'https://gitlab.example.com/example.git/': The requested URL returned error: 500
- bobesz@dev:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement