简体   繁体   English

与Git Kraken一起使用Windows git

[英]Use Windows git with Git Kraken

Just wondering if anyone has managed to point Git Kraken at their global git installation? 只是想知道是否有人设法将Git Kraken指向他们的全球git安装? I'd like to use global git config and so on with my installation but I can't seem to find where/how that's done? 我想在我的安装中使用全局git配置等,但我似乎无法找到完成的位置/方式?

It asks me for auth every time I perform an action and I'd like it to just read it from my config as other git clients do.. 每当我执行一个动作时它就会要求我使用auth,我希望它能像其他git客户端那样从我的配置中读取它。

I'm afraid what you want to achieve is not possible. 我担心你想达到的目标是不可能的。 As stated in the GitKraken FAQ at "How can I open GitKraken from the CLI? How can I open the command line from GitKraken?": 正如GitKraken常见问题解答中所说:“如何从CLI打开GitKraken?如何从GitKraken打开命令行?”:

Unlike other Git GUI clients, GitKraken is not a front-end GUI for your command line; 与其他Git GUI客户端不同,GitKraken不是命令行的前端GUI; no Git tools are required. 不需要Git工具。 It works directly with your repositories with no dependencies, which means a separate Git installation isn't even required. 它直接与您的存储库一起工作,没有依赖关系,这意味着甚至不需要单独的Git安装。 Because of this, we currently do not offer direct integration between GitKraken and the CLI. 因此,我们目前不提供GitKraken和CLI之间的直接集成。

In reverse, this means that GitKraken only uses its own settings and has no way to access your global git installation. 相反,这意味着GitKraken只使用自己的设置,无法访问您的全局git安装。

Authentication via SSH keys can however be defined in GitKraken Prefenences -> Authentication. 但是,可以在GitKraken Prefenences - > Authentication中定义通过SSH密钥进行身份验证。

edit: fixed typo 编辑:修正错字

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM