I installed git 2.5.2 64-bit and TortoiseGit 1.8.16.0 64-bit on my 64-bit computer running Windows 7. I would like to clone the repository, but when I right-click in Windows Explorer, I see no way to clone repo:

I went to TortoiseGit -> Settings -> General -> Context Menu and made sure the Clone option is checked:

I can clone the repo using git:
git clone user@location.com :Group/repo.git myrepo
I can also open the TortoiseGit clone dialog to open through the command line:
TortoiseGitProc.exe /command:clone
but I can't get it to work with TortoiseGit shell integration.
Does anyone know why the clone option is not displayed?
source share