2020年5月22日
摘要: # socks5协议,1080端口修改成自己的本地代理端口git config --global http.proxy socks5://127.0.0.1:2080git config --global https.proxy socks5://127.0.0.1:2080# http协议,108 阅读全文
posted @ 2020-05-22 15:23 medsci 阅读(110) 评论(0) 推荐(0) 编辑