首页 > 代码库 > Git出现fatal: Unable to find remote helper for 'https'
Git出现fatal: Unable to find remote helper for 'https'
使用Git远程获取代码
[plain] view plain copy
print?
- git clone https://github.com/twlkyao/findfile.git
出现“fatal: Unable to find remote helper for ‘https‘”(这是因为git环境在重装后没有安装完全,需要重新安装),可暂时使用git代替https,使用如下命令:
[plain] view plain copy
print?
- git clone git://github.com/twlkyao/findfile.git
这里将使用代码安装进行介绍:
切换到代码目录:
[plain] view plain copy
print?
- cd /opt/git-1.8.1.2/
然后按照INSTALL中的说明设置安装前缀(一般使用root安装):
[plain] view plain copy
print?
- $ make prefix=/usr all doc info ;# as yourself
- # make prefix=/usr install install-doc install-html install-info ;# as root
然后执行make install
[plain] view plain copy
print?
- # make install
Git出现fatal: Unable to find remote helper for 'https'
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。