...
git config global unset http.proxygit config global http.proxy http: . . . ...
2020-03-03 17:50 0 1574 推荐指数:
...
ubuntu配置shadowsocks全局代理 在mac、window平台下都有shadowsocks客户端,因此这两个平台不叙述太多,现在介绍ubuntu下的配置方法。 1、安装python linux下的shadowsocks是采用python开发,因此需要先安装python,如已经安装 ...
ref: How to install and configure Redsocks on Centos Linux 下载这个脚本 https://github.com/ ...
设置代理 查看本机ip ...
Git 全局设置 git config --global user.name "张文彬" git config --global user.email "zhangwenbin@linrai.com" 创建一个新存储库 git clone http://139.9.133.148:8000 ...
Git全局设置 git config --global user.name "三重罗生门" git config --global user.email "oncwnuAjjGb22fZiyYvh4D0ZNbOg@git.weixin.qq.com" 创建一个新的版本库 ...
最近基于 PDFium 项目做一些东西。之前得了代码,今天想要更新到最新的,发现怎么都 pull 不下来。后来想起来,可能是 git 没有使用代理的原因。于是添加代理,果然更新成功。 在 git bash 中输入: 再 pull 就OK了。 要取消代理,请输入: ...
# 设置ss git config --global http.proxy 'socks5://127.0.0.1:1080' git config --global https.proxy 'socks5://127.0.0.1:1080' # 设置代理 git config ...