Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Centos 我正在寻找我的全局 git 配置文件 谁能告诉我在哪里可以找到该文件?
您还可以查找/编辑运行命令的那些配置文件:
git config --global -e git 配置 --system -e git config --local -e
打字man git config有一个名为 FILES 的部分,它列出了所有系统文件的位置。全局 Git 配置文件位于 . ~/.gitconfig,但也有一个“系统”配置文件,通常位于/etc/gitconfig.
man git config
~/.gitconfig
/etc/gitconfig