Smartgit can not clone: Please set the VM property sshClient.scriptPath to directory without spaces

StackOverflow https://stackoverflow.com/questions/22658867

  •  21-06-2023
  •  | 
  •  

문제

64bit Windows 8 Smartgit/Hg 5.0.8

I get this error when trying to clone to directory repository from bitbucket:

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

Where should i set that path? and what should be the value?

도움이 되었습니까?

해결책

I ran across the same problem on a Windows 7 machine at work. Create a temp directory with no spaces in the path like

C:\git\tmp

And then open up %AppData%\syntevo\SmartGit\ and find your smartgit.properties file. Add the following property

java.io.tmpdir=c:\git\tmp

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top