gitWithGoAgent
找到.gitconfig隐藏目录,添加两行设置
1
2
3
4
5
6
7
8
9
10
[http]
proxy = https://127.0.0.1:8087
sslVerify = false
sslCAinfo = $goagent/local/CA.crt
[https]
proxy = https://127.0.0.1:8087
sslVerify = false
sslCAinfo = $goagent/local/CA.crt
ssh-keygen -t rsa -P '' -f /root/.ssh/id_rsa
This post is licensed under CC BY 4.0 by the author.