TortoiseGit not showing icon overlays

前端 未结 13 2031
离开以前
离开以前 2020-12-22 17:07

I have been using TortoiseGit for almost a full year now. It has been working very well for me until yesterday, when I encountered a problem. I was deleting a f

13条回答
  •  無奈伤痛
    2020-12-22 17:56

    I had installed TortoiseSVN (1.9.5) and msysgit (2.11.0) first on my Windows 10 64-bit machine. TortoiseSVN icons displayed fine.

    When I installed TortoiseGit (2.3.0.0) after these two the icons wouldn't display.

    I checked HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers and all looked fine. The tortoise icons were in the top 10.

    What I used to fix was raised in TortoiseGit issue #692 on GitLab:

    • Open regedit.exe
      • Go to HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer
      • Add a new string value "Max Cached Icons" with value "2000"

    closed/restarted explorer and icons display!

提交回复
热议问题