Skip to content

Instantly share code, notes, and snippets.

@uarun
Created July 16, 2012 23:22
Show Gist options
  • Save uarun/3125774 to your computer and use it in GitHub Desktop.
Save uarun/3125774 to your computer and use it in GitHub Desktop.
Fix SSL Certificate errors accessing github
$ export GIT_SSL_NO_VERIFY=true # ... Skips CA Certificate verification
$ git clone https://github.com/uarun/dotfiles.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment