Git: 设置和取消代理2023年3月20日#Git5设置代理# Copygit config --global https.proxy https://127.0.0.1:7890 取消设置代理# Copygit config --global --unset https.proxy ---