Created
March 15, 2012 18:39
-
-
Save laszlomiklosik/2045931 to your computer and use it in GitHub Desktop.
Git/EGit SSL errors with https
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
# just run the below and you should be fine! | |
git config --global http.sslverify | |
############################################################################################# | |
# Before this EGit gave me the below error even if the SSL certificate was valid | |
# (from a CA, class 2 from startssl in my case) | |
# Cannot list the available branches. | |
# Reason: | |
# Exception caught during execution of ls-remote command. | |
############################################################################################# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment