Skip to content

Instantly share code, notes, and snippets.

@tristone13th
Created December 17, 2021 17:50
Show Gist options
  • Save tristone13th/690f226b3af0c95f3deae87aef44bb8f to your computer and use it in GitHub Desktop.
Save tristone13th/690f226b3af0c95f3deae87aef44bb8f to your computer and use it in GitHub Desktop.
解决 GitHub 提交过慢问题
git config --global http.proxy 'socks5://127.0.0.1:7890'
git config --global https.proxy 'socks5://127.0.0.1:7890'
git config --global http.sslVerify false
git config --global https.sslVerify false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment