How can I stop and start TGitCache.exe gracefully

后端 未结 3 1288
野性不改
野性不改 2020-12-23 01:58

I want to remove my local repository entirely, but TGitCache.exe keeps an open handle to the directory. I would like to shut it down gracefully, delete the folder and start

相关标签:
3条回答
  • 2020-12-23 02:53
    1. Open TortoiseGit Settings > Icon Overlays
    2. In section "Status cache" select "None"
    3. Click OK

    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.

    0 讨论(0)
  • 2020-12-23 02:56

    You can enable a systray icon for TGitCache.

    Open TortoiseGit settings and open Advanced page. There set CacheTryIcon to true 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).

    0 讨论(0)
  • 2020-12-23 02:58

    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?

    0 讨论(0)
提交回复
热议问题