【发布时间】:2015-12-10 18:14:25
【问题描述】:
我有一个 TP-Link MR3020 路由器,上面安装了 OpenWRT 12.09、r36088。我正在尝试通过 HTTPS 克隆 git 存储库,但收到以下错误:
fatal: Unable to find remote helper for 'https'
这是一个类似的问题,但在 CentOS 上已解决。
"Unable to find remote helper for 'https'" during git clone
按照它的建议,我确保安装了 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 存储库。
【问题讨论】:
-
安装
git-http对我有用。