简体   繁体   English

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

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

I'm trying to install LINC-Switch to OpenWRT and stuck on following problem: 我正在尝试将LINC-Switch安装到OpenWRT并坚持以下问题:

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

and get an error: 并得到一个错误:

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

According to this link I've compiled git package without NO_CURL flag in Makefile. 根据这个链接,我在Makefile中编译了没有NO_CURL标志的git包。 I even recompile dist trying to solve the problem. 我甚至重新编译dist试图解决问题。

Any ideas? 有任何想法吗?

Just use git-http instead. 只需使用git-http代替。

opkg remove git
opkg install git-http

Next to using git-http , as Nemo Alex suggests, you should also have the ca-bundle installed: 在使用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.

相关问题 AWS Codecommit Git 克隆错误:致命:无法找到“codecommit”的远程帮助程序 - AWS Codecommit Git Clone error : fatal: unable to find remote helper for 'codecommit' git clone 期间“无法找到‘https’的远程助手” - "Unable to find remote helper for 'https'" during git clone Git 1.7.11 Debian致命:无法找到“ https”的远程帮助程序 - Git 1.7.11 Debian fatal: Unable to find remote helper for 'https' 无法更新RVM - “致命:无法找到'http'的远程助手” - Can't update RVM - “fatal: Unable to find remote helper for 'http'” 致命的:找不到'gitL'的远程帮助器 - fatal : Unable to find remote helper for 'gitL' 致命的:找不到“ sso”的远程帮助器 - fatal: Unable to find remote helper for 'sso' 致命的,无法找到https的远程帮助器 - fatal unable to find remote helper for https 致命:无法找到“ https”的远程帮助器 - fatal: Unable to find remote helper for 'https' 警告:找不到模板/ share / git-core / templates | 致命:无法找到“ https”的远程帮助器 - warning: templates not found /share/git-core/templates | fatal: Unable to find remote helper for 'https' 为什么 Git 有时会给我这样的错误:“fatal: Unable to find remote helper for 'https'” - Why Git sometimes give me error like “fatal: Unable to find remote helper for 'https'”
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM