Created
March 23, 2011 12:48
-
-
Save TauPan/883052 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> 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