Created
December 17, 2021 17:50
-
-
Save tristone13th/690f226b3af0c95f3deae87aef44bb8f to your computer and use it in GitHub Desktop.
解决 GitHub 提交过慢问题
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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