目标是让一个电脑上安装CCProxy,然后其他电脑也是使用这台电脑上VPN
下载&安装
http://update.youngzsoft.com/ccproxy/update/ccproxysetup.exe
服务端配置

git配置
git config --global https.proxy http://vpn.kamputer.online:808 git config --global https.proxy https://vpn.kamputer.online:808 # 如果代理是socket5 git config --global http.proxy socks5://vpn.kamputer.online:808 git config --global https.proxy socks5://vpn.kamputer.online:808
解除代理
git config --global --unset http.proxy git config --global --unset https.proxy
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/218418.html原文链接:https://javaforall.net
