繁体   English   中英

OpenWRT git clone致命:无法找到'http'的远程助手

[英]OpenWRT git clone fatal: Unable to find remote helper for 'http'

我正在尝试将LINC-Switch安装到OpenWRT并坚持以下问题:

git clone https://github.com/FlowForwarding/LINC-Switch.git

并得到一个错误:

git fatal: Unable to find remote helper for 'https'

根据这个链接,我在Makefile中编译了没有NO_CURL标志的git包。 我甚至重新编译dist试图解决问题。

有任何想法吗?

只需使用git-http代替。

opkg remove git
opkg install git-http

在使用git-http旁边,正如Nemo Alex建议的那样,您还应该安装了ca-bundle

opkg update
opkg remove git
opkg install git-http
opkg install ca-bundle

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM