Does Tortoisegit work with PortableGit-x.x.x.x-previewyyyyyy? If yes, how to arrange these?
相关问题
- Why does recursive submodule update from github fa
- Extended message for commit via Visual Studio Code
- Emacs shell: save commit message
- Can I organize Git submodules in a flat hierarchy?
- Upload file > 25 MB on Github
相关文章
- 请教Git如何克隆本地库?
- GitHub:Enterprise post-receive hook
- Git Clone Fails: Server Certificate Verification F
- SSIS solution on GIT?
- Is there a version control system abstraction for
- ssh: Could not resolve hostname git: Name or servi
- Cannot commit changes with gitextensions
- git: retry if http request failed
Original answer (Nov. 2011)
It depends on your Os (Win32 or 64), and on the combination of TortoiseGit and msysgit.
The latest versions of both should usually work together, but you can see some bugs still pending:
Whenever you have a similar issue, report it on the bug list, and look for an intermediate build.
The very latest ones, for instance, supposed to fix the current crashes, are:
Update Nov. 2015: TortoiseGit works with git-for-windows (msys2) which replaces msysgit.
Both git-for-windows and GitHub Desktop now propose Git 2.5(+)
(GitHub Desktop includes Portable Git 2.5 since this morning)
TortoiseGit (as of 2.7) requires a command-line
git.exe
.It works with a variety of different "git.exe providers". Known to work are:
You can mix x86 and x64 versions of Git.exe and TortoiseGit. However, x64 TorotiseGit will only run on x64 Windows, same for the 32-bit/x86 version of TortoiseGit which will only run on x86 Windows.
TortoiseGit tries to find a Git for Windows installation or tries to find a
git.exe
on thePATH
environment variable. Ifgit.exe
is not on yourPATH
, you can also set the path to git.exe manually in TortoiseGit settings dialog on the general page.