我无法克隆HTTPS存储库。我可以克隆SSH回购很好,但不是HTTPS回购。我无法测试GIT协议,因为我位于公司防火墙后面。
这就是我要做的:
$ git clone https://github.com/nvie/gitflow.git
Cloning into gitflow...
fatal: Unable to find remote helper for 'https'
到目前为止,我尝试了以下(基于谷歌搜索)
apt-get
清洗和安装Gitapt-get
为Git安装build-deps
./configure --prefix=/usr --with-curl --with-expat
./configure --prefix=/usr --with-curl=/usr/bin/curl
)我已经试遍了我在网上能找到的所有东西,但都没有成功。有人能帮帮我吗?
Git版本= 1.7.6.4
OS = Ubuntu 11.04