Created
October 19, 2016 08:23
-
-
Save DavyLin/4b69234a34166e6d7dc35d6dcdb40e5b to your computer and use it in GitHub Desktop.
github throw error SSL certificate problem: Couldn't understand the server certificate format
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
> cd ~/.ssh | |
> sudo wget http://curl.haxx.se/ca/cacert.pem | |
> export CURL_CA_BUNDLE=~/.ssh/cacert.pem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment