使用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
具体操作如下:
文章来源:https://www.toymoban.com/news/detail-726043.html
更改后,使用TortoiseGit的git pull就没问题了。文章来源地址https://www.toymoban.com/news/detail-726043.html
到了这里,关于git did not exit cleanly (exit code 1)的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!