OpenWRT git clone致命:无法找到' http'

时间:2014-03-19 13:13:30

标签: git openwrt

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

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

并收到错误:

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

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

有什么想法吗?

1 个答案:

答案 0 :(得分:2)

按照Nemo Alex的建议,除了使用git-http之外,还应该安装ca-bundle

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