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: 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. I even recompile dist trying to solve the problem. Any ideas? 回答1: Just use git-http instead. opkg remove git opkg install git-http 文章来源: OpenWRT git clone fatal: Unable to find remote helper for 'http'