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

后端 未结 2 550
感情败类
感情败类 2021-02-14 13:14

I\'m trying to install LINC-Switch to OpenWRT and stuck on following problem:

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

and g

相关标签:
2条回答
  • 2021-02-14 13:32

    Next to using git-http, as Nemo Alex suggests, you should also have the ca-bundle installed:

    opkg update
    opkg remove git
    opkg install git-http
    opkg install ca-bundle
    
    0 讨论(0)
  • 2021-02-14 13:47

    Just use git-http instead.

    opkg remove git
    opkg install git-http
    
    0 讨论(0)
提交回复
热议问题