1.拉取仓库
⚠️ 千万不要 Fork,因为 fork 项目的动态并不会让你变绿 ⚠️
https://github.com/43907800/auto-green
...小于 1 分钟
⚠️ 千万不要 Fork,因为 fork 项目的动态并不会让你变绿 ⚠️
https://github.com/43907800/auto-green
.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