Skip to content

Instantly share code, notes, and snippets.

@macrotea
Created April 4, 2014 11:52
Show Gist options
  • Save macrotea/9972972 to your computer and use it in GitHub Desktop.
Save macrotea/9972972 to your computer and use it in GitHub Desktop.
gitconfig的代理配置
[http]
proxy = 127.0.0.1:8087
sslCAinfo = D:\\Setup Files\\Network\\wallproxy-v2.1.19\\local\\cert\\CA.crt
sslVerify = false
[https]
proxy = 127.0.0.1:8087
@macrotea
Copy link
Author

macrotea commented Apr 4, 2014

路径是正斜杠还是反斜杠呢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment