Git配置文件
.gitconfig 配置文件路径 C:\Users\${username}
全局配置文件内容
[user]
email = [email protected]
name = default user
[credential "https://gitee.com"]
provider = generic
[credential "http://192.168.8.248:6080"]
provider = generic
[credential "http://111.22.163.233:36080"]
provider = generic
# "F:/work/"路径下使用对应配置文件
# 需要使用"/" 不能使用"\"
[includeIf "gitdir/i:F:/work/"]
path = .gitconfig-work
...小于 1 分钟