Git常用命令 Zoe 2023-08-17 命令查询 1 使用代理 123# 使用http代理git config --global http.proxy http://127.0.0.1:7890git config --global https.proxy https://127.0.0.1:7890