03 2021 档案

摘要:# 查看当前git 的设置 git config --global -l # 设置代理 git config --global http.proxy http://127.0.0.1:1080 git config --global https.proxy http://127.0.0.1:1080 阅读全文
posted @ 2021-03-15 16:00 kingdelee 阅读(518) 评论(0) 推荐(0)