Skip to content

Instantly share code, notes, and snippets.

@TauPan
Created March 23, 2011 12:48
Show Gist options
  • Save TauPan/883052 to your computer and use it in GitHub Desktop.
Save TauPan/883052 to your computer and use it in GitHub Desktop.
> GIT_CURL_VERBOSE=1 git fetch company
* Couldn't find host intern.company.com in the .netrc file; using defaults
* About to connect() to intern.company.com port 443 (#0)
* Trying xxx.xxx.xxx.xxx... * Connected to intern.company.com (xxx.xxx.xxx.xxx) port 443 (#0)
* found 2 certificates in /home/user/secret/company-cachain.pem
* gnutls_handshake() failed: A TLS warning alert has been received.
* Closing connection #0
* Couldn't find host intern.company.com in the .netrc file; using defaults
* About to connect() to intern.company.com port 443 (#0)
* Trying xxx.xxx.xxx.xxx... * Connected to intern.company.com (xxx.xxx.xxx.xxx) port 443 (#0)
* found 2 certificates in /home/user/secret/company-cachain.pem
* gnutls_handshake() failed: A TLS warning alert has been received.
* Closing connection #0
error: gnutls_handshake() failed: A TLS warning alert has been received. while accessing https://intern.company.com/repositories/project/module.git/info/refs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment