tortoisegitplink: unknown option “-o“

TortoiseGit是 Git 的 Windows 图形化客户端(GUI)

本机拉代码出错了,之前好像没啥问题

html 复制代码
git.exe pull --progress -v --no-rebase "origin"

tortoisegitplink: unknown option "-o"
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) (94 ms @ 2026/3/27 20:20:33)
html 复制代码
TortoiseGit → Settings → Network
html 复制代码
D:\TortoiseGit\bin\TortoiseGitPlink.exe
html 复制代码
C:\Windows\System32\OpenSSH
C:\Windows\System32\OpenSSH\ssh.exe
html 复制代码
git.exe pull --progress -v --no-rebase "origin"

ssh: connect to host 127.0.0.1 port 29418: Connection refused
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) (2172 ms @ 2026/3/27 20:33:46)

https://tortoisegit.org/download/

html 复制代码
"D:\TortoiseGit\bin\TortoiseGitProc.exe" --version
"git --version

远程服务器,我看了下自动更新了

等更新完,没问题了,换个高版本的就可以了

html 复制代码
TortoiseGit 2.18.0.1 (D:\TortoiseGit\bin)

TortoiseGit-2.18.0.1-64bit.msi 需要先安装 Microsoft Visual C++ 2015-2022 Redistributable

相关推荐
流浪0012 小时前
Git篇(三):吃透远程协作:SSH 密钥、分支、标签全流程实战指南
运维·git·ssh
莫成19 小时前
git相关命令查阅
git
ljh5746491191 天前
git stash 和 git stash apply
git
慕容引刀1 天前
告别Commit信息纠结:使用Git AI Commit插件实现规范化提交
人工智能·git·github·visual studio code·visual studio
敲代码的嘎仔2 天前
实习日志day6--实习日志day6--title命名规范化&businessType纠正&补充缺失的@Log注解&报警与通信模块补充&产出阶段总结文档
java·开发语言·人工智能·git·python·实习·大二
刘马想放假2 天前
Git 从入门到进阶:一篇吃透版本管理的实战指南
git·gitlab
开发者联盟league2 天前
git commit报错No .pre-commit-config.yaml file was found
git
猫老板的豆2 天前
git实战
git
风曦Kisaki2 天前
# Linux实战笔记-HIS项目实战Day01:版本控制与Git基础
linux·笔记·git
鲸~屿2 天前
Git上传本地文件到GitHub教学指南
git·github