使用 Windows git 和 Git Kraken

Use Windows git with Git Kraken

只是想知道是否有人设法将 Git Kraken 指向他们的全球 git 安装?我想在我的安装中使用全局 git 配置等,但我似乎找不到 where/how 完成了吗?

每次我执行操作时它都会要求我进行身份验证,我希望它像其他 git 客户端一样从我的配置中读取它..

恐怕你想要实现的是不可能的。正如 GitKraken FAQ 在“如何从 CLI 打开 GitKraken? 如何从 GitKraken 打开命令行?":

Unlike other Git GUI clients, GitKraken is not a front-end GUI for your command line; no Git tools are required. It works directly with your repositories with no dependencies, which means a separate Git installation isn’t even required. Because of this, we currently do not offer direct integration between GitKraken and the CLI.

相反,这意味着 GitKraken 仅使用其自己的设置,无法访问您的全局 git 安装。

然而,可以在 GitKraken Prefenences -> Authentication 中定义通过 SSH 密钥的身份验证。

编辑:修正错别字