Git 代理

设置 HTTP Proxy git config --global http.proxy http://127.0.0.1:7890 git config --global https.proxy http://127.0.0.1:7890 设置 SSH Proxy Linux 安装软件包:openbsd-netcat(注意不是gnu-netcat) 配置文件:~/.ssh/config ...

十月 8, 2022 · 1 分钟 · HeeVanu