分页: 1 / 1

[求助] tos6 使用不了git?

发表于 : 2025年 10月 15日 星期三 6:00 pm
qiba78
git clone https://github.com/microsoft/markitdown.git
Cloning into 'markitdown'...
warning: templates not found in /usr/local/git/share/git-core/templates
git: 'remote-https' is not a git command. See 'git --help'.

这个是什么原因,拉git代码出错

Re: [求助] tos6 使用不了git?

发表于 : 2025年 10月 16日 星期四 2:30 pm
CursaYang
你好,这个错误信息说明你的 Git 环境不完整,最后一行报错表示 Git 无法识别 remote-https,也就是它没有 HTTPS 传输支持模块。
你可以重新安装git或检查git路径配置。

Re: [求助] tos6 使用不了git?  [已解决]

发表于 : 2025年 10月 17日 星期五 4:19 pm
qiba78
是的,安装好了 重启下就行了