我有一个 TP-Link MR3020 路由器,上面安装了 OpenWRT 12.09、r36088。我正在尝试通过 HTTPS 克隆 git 存储库,但出现以下错误:
fatal: Unable to find remote helper for 'https'
这是一个类似的问题,但在 CentOS 上已解决。
“在 git clone 期间无法找到 'https' 的远程助手”
按照它的建议,我确保安装了 curl。但是,我找不到任何用于 curl-devel 的 opkg 包,而且似乎没有任何我可以手动下载http://curl.haxx.se/dlwiz/?type=devel&os=Linux的包。
我还发现了这个问题(OpenWRT git clone fatal: Unable to find remote helper for 'http')这是我的确切问题,但 opkg 似乎不存在 git-http 存储库。