0


git did not exit cleanly (exit code 1)

使用tortoisegit的git pull时候,提示错误:

git.exe pull --progress -v --no-rebase "origin"plink: unknown option "-o"fatal: Could not read from remote repository.

Please make sure you have the correct access rightsand the repository exists.

git did not exit cleanly (exit code 1)

但是如果使用git bash可以使用git pull。所以觉得可能是TortoiseGit的问题。

解决方案:

更改ssh client配置。setting->Network->SSH->ssh client, 改为git 目录下的ssh.exe

具体操作如下:

更改后,使用TortoiseGit的git pull就没问题了。

标签: git gitlab git pull

本文转载自: https://blog.csdn.net/only_1/article/details/131024334
版权归原作者 代码运输员 所有, 如有侵权,请联系我们删除。

“git did not exit cleanly (exit code 1)”的评论:

还没有评论