查看代理设置
git config --global http.proxy
git config --global https.proxy
设置全局代理
git config --global http.proxy '{scheme}://{host}:{port}'
git config --global https.proxy '{scheme}://{host}:{port}'
scheme:代理协议,可选http,https,socks5等
host:代理地址
port:代理端口号
exp:
git config --global http.proxy 'http://127.0.0.1:10819'
git config --global https.proxy 'http://127.0.0.1:10819'
取消代理
git config --global --unset http.proxy
git config --global --unset https.proxy
只对github.com
#设置代理
git config --global http.https://github.com.proxy socks5://127.0.0.1:1080
#取消代理
git config --global --unset http.https://github.com.proxy
修改配置文件办法
找到git的配置文件.gitconfig。这个文件一般在用户目录下
# 为github.com配置socks5代理
[http "https://github.com"]
proxy = socks5://127.0.0.1:1080
# 为所有的配置socks5代理
[http]
proxy = socks5://127.0.0.1:1080
最新评论
https://pan.baidu.com/s/1q3bnTncIACKoTZFxvx7BQw?pwd=ii7n
RabbitMQ精讲,项目驱动落地,分布式事务拔高 有吗?
Spring Cloud Alibaba 微服务架构实战 https://pan.baidu.com/s/1jF5voFRoeF0lYAzAPBWSbw?pwd=chqk
命令: nload
真是个良心站点哇,大公无私,爱了爱了
还可以直接搞一张映射表,存 uid | time | source_index, 第一次直接查对应的 time 选出前100, 第二次直接用 CompleteFuture 去分别用 source_in
干得漂亮,多个朋友堵条路
2021.2.2版本的不适用吧