我无法克隆HTTPS存储库.我可以克隆SSH repos,但不能克隆HTTPS repos.我无法测试GIT协议,因为我在公司防火墙后面.
这就是我想要做的:
$ git clone https://github.com/nvie/gitflow.git
Cloning into gitflow...
fatal: Unable to find remote helper for 'https'
Run Code Online (Sandbox Code Playgroud)
我到目前为止尝试过以下内容(基于Google搜索)
apt-get
build-deps
通过Git 安装apt-get
./configure --prefix=/usr --with-curl --with-expat
./configure --prefix=/usr --with-curl=/usr/bin/curl
)指向configure我已经尝试了所有我能在网上找到的没有运气的东西.谁能帮我?
Git版本= 1.7.6.4
OS = Ubuntu 11.04
我有一个TP-Link MR3020路由器,上面装有OpenWRT 12.09,r36088.我试图通过HTTPS克隆一个git存储库,但得到以下错误:
fatal: Unable to find remote helper for 'https'
Run Code Online (Sandbox Code Playgroud)
这是一个类似的问题,但它已经解决了CentOS.
"在git clone期间无法找到'https'的远程助手"
根据它的建议,我确保安装了curl.但是,我找不到curl-devel的任何opkg包,似乎没有任何我可以手动下载http://curl.haxx.se/dlwiz/?type=devel&os=Linux.
我也发现了这个问题(OpenWRT git clone致命:无法找到'http'的远程助手)这是我的确切问题,但是opkg似乎不存在git-http存储库.