I want to remove my local repository entirely, but TGitCache.exe keeps an open handle to the directory. I would like to shut down it gracefully, delete the folder and start it again.
相关问题
- 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
You can enable a systray icon for TGitCache.
Open TortoiseGit settings and open Advanced page. There set
CacheTryIcon
totrue
and restart TGitCache.Now you have a new TortoiseGit icon in the systray where you can select "Exit" to close TGitCache (it will restart automatically again). You can also select "Disable Status cache" which will set Status cache to
None
(see https://stackoverflow.com/a/16921151/3906760).TGitCache.exe
will disappear from the process list.If you need it again, you can turn it on by selecting another option, like "Default". After a click in an explorer window
TGitCache.exe
will run again.Have you seen this?
https://tortoisegit.org/issue/401
It's a bug report on TortoiseGit that seems to be describing your exact problem.
Basically, it seems that TGitCache.exe shouldn't be doing that, and in the newest versions of TortoiseGit it doesn't. Perhaps you might try upgrading your TortoiseGit?