git设置代理 2022-7-01 10:00 | 200 | linux 19 字 | 1 分钟内 # 设置全局代理 # http git config --global https.proxy http://127.0.0.1:1080 # https git config --global https.proxy https://127.0.0.1:1080 # 使用socks5代理的 例如ss,ssr 1080是windows下ss的默认代… git