Smartgit无法克隆:请将VM属性sshClient.scriptPath设置为不带空格的目录

时间:2014-03-26 10:58:45

标签: git windows-8 smartgit

64位Windows 8 Smartgit / Hg 5.0.8

尝试从bitbucket克隆到目录存储库时出现此错误:

Please set the VM Property sshClient.scriptPath to a directory without spaces in its path and restart SmartGit/Hg!

我应该在哪里设置这条路径?什么应该是值?

1 个答案:

答案 0 :(得分:0)

我在工作的Windows 7计算机上遇到了同样的问题。创建一个临时目录,路径中没有空格,如

  

C:\ git的\ TMP

然后打开%AppData%\ syntevo \ SmartGit \并找到您的 smartgit.properties 文件。添加以下属性

  

java.io.tmpdir = C:\ git的\ TMP