GitKraken 启用长路径的 .git 配置文件在哪里

GitKraken where is the .gitconfiguration file to enable Long Paths

到目前为止,我已经从命令行运行器和 GitHub 桌面使用了 Git。

我尝试使用 GitKraken,但它有一个非常大的问题。我有存储库,它有真正嵌套的文件夹,超过 256 length.This 问题很容易用 Git 和 GitHub Desktop 解决,因为你去 .gitconfig 并添加核心部分 - longpaths = true.

问题是我找不到 GitKraken 正在使用的 .gitconfig 文件,所以我无法禁用长路径并通过 GitKraken 克隆我的存储库。

我有两个问题:

  1. 如何为 GitKraken 启用长路径以便我可以克隆我的存储库?
  2. GitKraken 使用的 .gitconfig 文件在哪里?

勾选January 2020 GitKraken 6.5。它包括:

GitKraken Supports Longpaths for Windows

GitKraken now supports longpaths for Windows users.

You must set up this feature through the Preferences window.
Simply click the checkbox next to Longpaths and you will be ready to go.

这意味着:

GitKraken now supports core.longpaths, making it possible for Windows users to work with long paths exceeding 259 characters in length.