赞
踩
$ git config --global http.proxy http://127.0.0.1:7890
设置全局代理
$ git config --global -l
检查
$ git clone https://github.com/....
进行克隆