如果出现这样clone报错的,可能是未安装curl-devel。
依次执行安装命令,并重新编译git

yum install curl-devel
cd /home/tools/git-2.9.5/   #git-2.9.5.tar.gz解压目录
./configure
make
make install

再次尝试一下clone。不行则重启一下

reboot

转载于:https://www.cnblogs.com/qiutianyou/p/9501838.html

fatal: Unable to find remote helper for 'https'相关推荐

  1. 【物联网】OpenWrt编译出现Unable to find remote helper for 'https'问题

    搞了一天了,编译的时候,总是出现 fatal: Unable to find remote helper for 'https'这样的错误.今天终于解决了. 今天知道问题的原因了,是因为/usr/lo ...

  2. Unable to find remote helper for 'https'解决办法

    Unable to find remote helper for 'https'解决办法: 产生这个报错的原因一般是普通用户没权限调用git-remote-https所致 # ln -s /usr/l ...

  3. git push的时候报Unable to find remote helper for 'https'的错误

    在ubuntu下使用git push代码到github上的时候报Unable to find remote helper for 'https'的错误. 我的解决方法是重装git 1.7.7的版本. ...

  4. remote: Permission to xxx.git denied to xxx. fatal: unable to access 'https://github.com/xxx.git/':

    remote: Permission to xxx.git denied to xxx. fatal: unable to access 'https://github.com/xxx.git/': ...

  5. fatal: unable to access ‘https://github.com/***.git/‘: OpenSSL SSL_read: Connection was reset, errno

    写了点code,想交到GitHub,结果报了个错. fatal: unable to access 'https://github.com/koking0/Algorithm.git/': OpenS ...

  6. 解决git push 中remote: Permission to xxxxx.git denied to xxx. fatal: unable to access xxxx 403(转)

    问题复现 你在切换多个github账号的时候,很容易出现下面的这种问题 问题描述 今天我在使用git push 将修改的项目push到github中,出现: remote: Permission to ...

  7. 解决git push 中remote: Permission to xxxxx.git denied to xxx. fatal: unable to acce

    解决git push 中remote: Permission to xxxxx.git denied to xxx. fatal: unable to acce 解决方案一 解决方案二 解决方案一 第 ...

  8. fatal: unable to access ‘https://github.com/xxx/123.git/‘: Failed connect to github.com:443 解决方案

    在linux上git clone时遇到 fatal: unable to access 'https://github.com/xx/xx.git/': Failed connect to githu ...

  9. 【git push指令提交项目报错】 fatal: unable to access ‘https://github.com/xxxxx/xxx.git/‘: OpenSSL SSL_read: Co

    在用git push指令提交项目时,由于网络等各种原因时常报错,针对以下几个问题,本文提供解决方法,亲测有效! 问题一: fatal: unable to access 'https://github ...

最新文章

  1. div固定大小文字溢出自动缩小_CSS样式更改——框模型、定位、浮动、溢出
  2. UIBezierPath使用
  3. 0也显示曲线 mpchart_BenQ 明基专业摄影显示器SW270C开箱评测体验
  4. mysql安装10045_mysql数据库5.6.45安装后的配置(离线安装包版)
  5. appium 如何调用 adb_带你了解可用于Android APP自动化测试的框架:Appium
  6. TurboMail打造雀氏(中国)日用品邮件系统
  7. java多线程编程(三)- 线程的创建
  8. server2003虚拟机损坏后的文件找回
  9. linux 检查文件更新,Linux系统文件系统优化及磁盘检查
  10. 掘金小册8折优惠:掌握这些技术,轻松拿offer
  11. C51单片机流水灯C代码
  12. PL.SQL.Developer.v9.0.1.1613下载地址
  13. [SLAM基础学习简记]非线性优化
  14. 第九课堂: 基于兴趣、技能和经验分享的网络交易平台
  15. mac c语言运行程序,Mac运行C语言
  16. Spring Cloud Alibaba学习记录
  17. 嵌入式工作会越来越少吗?
  18. 罗技M590优联和蓝牙连接的问题
  19. 微信小程序 - 获取用户当前位置信息(用于定位地址及获取地址等需求)
  20. nn.Bilinear讲解

热门文章

  1. MySQL-MHA集群部署(binlog复制)
  2. OutOfMemoryError/OOM/内存溢出异常实例分析--堆内存溢出
  3. 关于运行robot framework 报错解决方法,ModuleNotFoundError: No module named 'robot'
  4. 优化SQl的30中常用方法
  5. HTML(三):表单元素
  6. 关于JS中的constructor与prototype
  7. JNDI 笔记(一) 概述
  8. zip压缩与解压缩示例
  9. string行读入文件输入
  10. 在C++中for、if...内定义的变量在其之外就失效了~