Skip to content

Instantly share code, notes, and snippets.

@laszlomiklosik
Created March 15, 2012 18:39
Show Gist options
  • Save laszlomiklosik/2045931 to your computer and use it in GitHub Desktop.
Save laszlomiklosik/2045931 to your computer and use it in GitHub Desktop.
Git/EGit SSL errors with https
# 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