Skip to content

Instantly share code, notes, and snippets.

@azl397985856
Created March 27, 2020 02:53
Show Gist options
  • Save azl397985856/83148266f1fc73f70037858ae3750136 to your computer and use it in GitHub Desktop.
Save azl397985856/83148266f1fc73f70037858ae3750136 to your computer and use it in GitHub Desktop.
SSL certificate problem
  1. windows
set GIT_SSL_NO_VERIFY=true git clone
  1. linux
env GIT_SSL_NO_VERIFY=true git push
  1. general
git config --global http.sslVerify false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment