//127.0.0.1指的是本地,1080指的是代理工具设置的端口 git config --global http.proxy socks5://127.0.0.1:1080
1、git 代理设置
https://www.jianshu.com/p/77f773f492c6
//127.0.0.1指的是本地,1080指的是代理工具设置的端口
git config --global http.proxy socks5://127.0.0.1:1080
git config --global -e
git config --global --unset http.proxy
2、
composer config -g repo.packagist composer https://packagist.phpcomposer.com
eg:
https://developer.aliyun.com/composer