我正在尝试将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试图解决问题。
有什么想法吗?
答案 0 :(得分:2)
按照Nemo Alex的建议,除了使用git-http
之外,还应该安装ca-bundle
:
opkg update
opkg remove git
opkg install git-http
opkg install ca-bundle