git: ‘29418’ is not a git command. See ‘git –help’.

  • Post author:
  • Post category:其他


git命令行能够clone,但是TortoiseGit客户端无法clone,且clone时报错:


git.exe pull –progress –no-rebase -v “origin”


git: ‘29418’ is not a git command. See ‘git –help’.


fatal: Could not read from remote repository.


Please make sure you have the correct access rights


and the repository exists.


git did not exit cleanly (exit code 1) (172 ms @ 2016-04-06 16:22:57)

原因:

TortoiseGit客户端中设置ssh.exe的地方,我设置成了git.exe的位置





版权声明:本文为wag2765原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。