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

相关推荐
wunaiqiezixin7 小时前
git常用命令总结
git
Pluchon12 小时前
萌萌技术分享笔记——Java综合项目
java·开发语言·笔记·git·github·mybatis·postman
九思x12 小时前
Git脚本汇总
git
jiayong2313 小时前
git分支合并的切换逻辑详解
git
思麟呀13 小时前
Git入门
git
Ws_13 小时前
Git + Gerrit 第八课:reset 与 revert 撤销提交
git
Qres82113 小时前
hexo博客上传github page
git·github·hexo
繁星星繁14 小时前
Git 入门之道:从版本流转到基础操作
大数据·git·elasticsearch
wh_xia_jun1 天前
Git 分支合并操作备忘录
git
满天星83035771 天前
【Git】原理及使用(三)(分支管理)
linux·git