【问题标题】:Does TortoiseGit work with PortableGit-x.x.x.x-previewyyyyyy? What are compatible git versions for TortoiseGit?TortoiseGit 可以与 PortableGit-x.x.x.x-previewyyyyyy 一起使用吗? TortoiseGit 兼容的 git 版本是什么?
【发布时间】:2011-12-24 06:02:51
【问题描述】:

Tortoisegit 可以与 PortableGit-x.x.x.x-previewyyyyyy 一起使用吗? 如果是,如何安排这些?

【问题讨论】:

    标签: git portability tortoisegit


    【解决方案1】:

    原始答案(2011 年 11 月)

    这取决于您的操作系统(Win32 或 64),以及 TortoiseGit 和 msysgit 的组合。
    两者的最新版本通常应该可以一起使用,但是您会看到一些错误仍然存​​在:

    • Issue 948: 当 repo 包含大文件时,TortoiseProc 崩溃
    • Issue 875: TGitCache 崩溃

    每当您遇到类似问题时,请在错误列表中报告,并寻找中间版本。
    例如,应该修复当前崩溃的最新版本是:


    2015 年 11 月更新:TortoiseGit 与 git-for-windows (msys2) 一起使用,replaces msysgit

    git-for-windows 和 GitHub Desktop 现在都建议使用 Git 2.5(+)
    (GitHub Desktop includes Portable Git 2.5 since this morning)

    【讨论】:

      【解决方案2】:

      TortoiseGit(从 2.12 开始)需要命令行 git.exe

      它适用于各种不同的“git.exe 提供程序”。已知的工作是:

      您可以混合使用 x86 和 x64 版本的 Git.exe 和 TortoiseGit。但是,x64 TortoiseGit 只能在 x64 Windows 上运行,32 位/x86 版本的 TortoiseGit 也只能在 x86 Windows 上运行。

      TortoiseGit 尝试查找用于 Windows 安装的 Git,或尝试在 PATH 环境变量上查找 git.exe。如果git.exe不在你的PATH上,你也可以在TortoiseGit settings dialog on the general page中手动设置git.exe的路径。

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 2016-02-29
        • 2011-08-04
        • 1970-01-01
        • 2017-12-03
        • 1970-01-01
        • 2010-11-26
        • 1970-01-01
        相关资源
        最近更新 更多