NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: git https issue



Hi Matthew,


On 30/07/2018 22:18, matthew sporleder wrote:
Does it hang or finish?  GIT_CURL_VERBOSE or --verbose ?

it finishes without doing anything, I added --verbose:

$ git clone --verbose https://github.com/github/debug-repo /tmp/debug-repo-http
Cloning into '/tmp/debug-repo-http'...
$

no output... the variable helps though:

narsil$ git clone --verbose https://github.com/github/debug-repo /tmp/debug-repo-http
Cloning into '/tmp/debug-repo-http'...
* Couldn't find host github.com in the .netrc file; using defaults
*   Trying 192.30.253.113...
* TCP_NODELAY set
* 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: none
  CApath: /etc/openssl/certs


where is the issue?? a missing cert? can I force reinstalling certificates?

Riccardo




Home | Main Index | Thread Index | Old Index