Skip to content

Instantly share code, notes, and snippets.

@terraboops
Created February 27, 2013 18:28
Show Gist options
  • Save terraboops/5050278 to your computer and use it in GitHub Desktop.
Save terraboops/5050278 to your computer and use it in GitHub Desktop.
Bash Alias - Ignore SSL for Git command
alias nossl="env GIT_SSL_NO_VERIFY=true"
$ nossl git pull
Already up-to-date.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment