hqwhqwhq / BlogComment

保存评论仓库
0 stars 0 forks source link

git config | hqwhqwhq's blog #3

Open hqwhqwhq opened 3 years ago

hqwhqwhq commented 3 years ago

https://hqwhqwhq.github.io/2021/01/04/Git-Config/

Add proxy for git: 12git config --global http.proxy 'socks5://127.0.0.1:yourPort'git config --global https.proxy 'socks5://127.0.0.1:yourPort'

hqwhqwhq commented 3 years ago

Test