查看GIT所有配置的命令:
git config --list
查看GIT全局配置的命令:
git config --global --list
添加GIT全局配置(HTTPS代理)
git config --global https.proxy http://10.224.10.252:808
删除GIT全局配置
git config --unset --global https.proxy
时间: 2024-10-02 06:49:44
查看GIT所有配置的命令:
git config --list
查看GIT全局配置的命令:
git config --global --list
添加GIT全局配置(HTTPS代理)
git config --global https.proxy http://10.224.10.252:808
删除GIT全局配置
git config --unset --global https.proxy