相关疑难解决方法(0)

"在git clone期间无法找到'https'的远程助手"

我无法克隆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搜索)

  • 清除并安装Git apt-get
  • build-deps通过Git 安装apt-get
  • 安装curl dev库
  • 安装expat库
  • 使用以下方法下载Git源代码和构建:
    • ./configure --prefix=/usr --with-curl --with-expat
    • 还尝试在curl binary(./configure --prefix=/usr --with-curl=/usr/bin/curl)指向configure

我已经尝试了所有我能在网上找到的没有运气的东西.谁能帮我?

Git版本= 1.7.6.4

OS = Ubuntu 11.04

linux git ubuntu

221
推荐指数
11
解决办法
21万
查看次数

OpenWRT + https + git

我有一个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存储库.

git curl openwrt opkg

4
推荐指数
1
解决办法
2523
查看次数

标签 统计

git ×2

curl ×1

linux ×1

openwrt ×1

opkg ×1

ubuntu ×1