blue_archive_auto_script
blue_archive_auto_script copied to clipboard
程序启动检查更新时 git 版本问题更新失败
启动时会读取系统的 gitconfig 文件,由于自带 git 版本问题不支持 gpg.format=ssh 配置项
[gpg] format = ssh
于是拉取更新失败后正常启动。 测试了更新自带 git 版本后能正常拉去更新。
搜索到有忽略系统配置的方法,不确定可行性。 Run git commands without default gitconfig
問下如何更新自帶git版本?
問下如何更新自帶git版本?
下载新版本git并替换toolkit目录下的git
本项目最新Release采用了Dulwich,无需Git本体即可运行。 #158