版本子进程错误
任何人都知道为什么当我尝试创建新书签时版本会发生这种情况。我知道该文件确实存在,因为它在安装了版本的另一台计算机上可以正常工作。
子进程中的错误:“ssh”的执行失败:没有这样的文件或目录
Anyone know why this would happen with versions when I try to create a new bookmark. I know that the file does exists because it works correctly on another machine with Versions installed.
Error in child process: exec of 'ssh' failed: No such file or directory
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查普斯特吉是对的。我刚刚也测试过。这就是解决方案。
我编辑了配置文件以获得完整路径并且它有效。对于遇到问题的任何人,请编辑此行。
ssh = $SVN_SSH /usr/bin/ssh
Chapsterj is right. I just tested it, too. And it was the solution.
I edited the congif file to have the full path and it worked. For anyone having the problem edit this line.
ssh = $SVN_SSH /usr/bin/ssh