我已经在我的Windows PC上安装了git,当我git config --global使用powershell或cmd.exe 运行时,它正在写入此文件C:\c\Users\xxx\.gitconfig.
git config --global
C:\c\Users\xxx\.gitconfig
当我在git-bash中运行git config命令时,它正在运行此文件: C:\Users\xxx\.gitconfig
C:\Users\xxx\.gitconfig
c\文件夹来自哪里?我不明白.
c\
我怎么能告诉powershell和cmd.exe使用与git-bash相同的文件?