## 设置代理
git config --global http.proxy http://195.215.92.28:808
git config --global https.proxy http://195.215.92.28:808
撤销本地修改
单个文件
git checkout --<filename>
所有文件
get checkout .
git config --global http.proxy http://195.215.92.28:808
git config --global https.proxy http://195.215.92.28:808
单个文件
git checkout --<filename>
所有文件
get checkout .
本文标题:git
本文链接:https://www.haomeiwen.com/subject/hxfdwxtx.html
网友评论