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

相关推荐
花哥码天下1 小时前
Git 多远程仓库管理
git
花间相见16 小时前
【终端效率工具01】—— Yazi:Rust 编写的现代化终端文件管理器,告别繁琐操作
前端·ide·git·rust·极限编程
蜡台17 小时前
Git 常用配置:修改地址 ,提交模板配置
git·gitlab·template·git commit·gitbash
拽着尾巴的鱼儿18 小时前
git不追踪已提交至仓库的本地又修改文件
git
We་ct19 小时前
Git 核心知识点全解析
开发语言·前端·git·gitee·github
无限进步_20 小时前
【C++】寻找字符串中第一个只出现一次的字符
开发语言·c++·ide·windows·git·github·visual studio
summerkissyou198720 小时前
git-命令大全
git
CoderOnly21 小时前
git fork之后,怎么继续pull
git
ROLL.721 小时前
Git和Repo
java·git·安卓
火车叼位21 小时前
告别发整个文件!用 Git Patch 优雅地传递代码变更
git