Git中設置代理和取消代理 設置git@走代理 修改~/.ssh/ssh_config 添加ProxyCommand nc -x 127.0.0.1:1080 %h %p到需要的ssh主機地址上 如果不確定,或希 ...