查看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

 配置GIT第三方编辑器

git config --global core.editor D:/Notepad++/notepad++.exe

 

相关文章:

  • 2022-12-23
  • 2021-10-07
  • 2022-12-23
  • 2021-10-28
  • 2021-12-19
  • 2022-12-23
  • 2022-12-23
  • 2021-11-06
猜你喜欢
  • 2021-11-05
  • 2021-08-03
  • 2022-12-23
  • 2022-12-23
  • 2021-07-17
  • 2022-12-23
相关资源
相似解决方案