(2010-7-29)解决自动弹出could not find git path的办法

(2010-7-29)解决自动弹出could not find git path的办法

上午时候想把一些代码存放到github.com上,下载了一下msysgit,后来发现还是很麻烦,就卸载,谁知道卸载后,一按右键,就跳出[error]could not find git path 警告窗口,好烦,google了一下,发现解决办法:

本文HTML永久地址doc

  1. 在注册表删除下面字段
    HKEYCURRENTUSER\Software\Classes\CLSID{ca586c80-7c84-4b88-8537-726724df6929}
  2. 重启电脑
  3. 删除为卸载干净的文件
    C:\Program Files\Git\git-cheetah\gitshellext.dll

经过上面几步,就不会在出现那个烦人的窗口了,看来还是把code托管到google code方便一点