在ubuntu下使用git push代码到github上的时候报Unable to find remote helper for 'https'的错误。

  我的解决方法是重装git 1.7.7的版本。

  具体实现:

  sudo apt-get remove git-core

  wget http://git-core.googlecode.com/files/git-1.7.7.tar.gz

sudo apt-get build-dep git-core

  tar xvzf git-1.7.7.tar.gz

  cd git-1.7.7/

  ./configure

  make 

  sudo make install 

  实现: 

  Remove the installed version

  Download the latest .tar

  Install all mandatory dependencies (maybe obsolete, as you had it already running)

  Un-tar it

  Configure the make-file

  Install it

    解决。

转载于:https://www.cnblogs.com/zzcflying/archive/2012/08/09/2630281.html

git push的时候报Unable to find remote helper for 'https'的错误相关推荐

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

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

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

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

  3. fatal: Unable to find remote helper for 'https'

    如果出现这样clone报错的,可能是未安装curl-devel. 依次执行安装命令,并重新编译git yum install curl-devel cd /home/tools/git-2.9.5/ ...

  4. git push github SSL报错处理

    本文仅供学习交流使用,如侵立删!demo下载见文末 git push github SSL报错 问题:OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connect ...

  5. git push origin master报错的解决方法 常见git命令(待更新)

    git push origin master报错的解决方法 & 常见git命令(待更新) 参考Git常用命令 文章目录 git push origin master报错的解决方法 & ...

  6. git push origin master报错

    git push origin master报错error: src refspec xxx does not match any / error: failed to push some refs ...

  7. IDEA输入命令git push origin master报错: ! [remote rejected] master - master (hook declined)

    IDEA输入命令git push origin master报错: ! [remote rejected] master -> master (hook declined) error: fai ...

  8. git push失败,报错fatal: does not appear to a git repository Could not read from remote repository

    我们在使用git的时候,git push会报错, $ git push -u origin master fatal: 'git@github.com/zejun_web' does not appe ...

  9. git push的时候报错:error: src refspec xxxxx does not match any. 错误原因和解决方法

    先说一下自己的修改经历 : 我本身想push到的是一个master的分支bugfix/V1120 然而当我执行 git push origin bugfix/V1120 报错 error: src r ...

最新文章

  1. Qt中打开文件对话框和保存文件对话框
  2. ORA-25153: Temporary Tablespace is Empty
  3. 数据采集与分析的那些事——从数据埋点到AB测试
  4. java jdom格式_Java全面解析XML格式串(JDOM解析)
  5. opencv Harris角检测
  6. 消息中间件学习总结(21)——RocketMQ 消息丢失场景分析及如何解决!
  7. linux查看yum源信息,Linux系统配置163或sohu yum源
  8. VS2003一点查找按钮就卡死处理方法
  9. java程序控制马达_java控制步进电机
  10. 英语: 听力(Listening)
  11. 《寒江独钓——windows内核安全编程》vs2019+wdk10开发xp驱动
  12. Cookie、Session、Token与JWT解析
  13. 深圳的“专精特新”实力如何?
  14. Markdown语法之html内嵌样式
  15. 酷盘 文件服务器,酷盘网页登陆
  16. 【时空序列预测实战】风险时空预测?keras之ConvLSTM实战来搞定
  17. Android进程间通信 - 几种方式的对比总结
  18. 百利网总结:网店如何推广
  19. PCL入门系列 —— StatisticalOutlierRemoval 点云统计滤波
  20. Motion Graphics Loops: 2 After Effects Techniques 运动图形循环2: After Effects技术 Lynda课程中文字幕

热门文章

  1. oracle mysql安装图解 linux_Linux上Oracle 11g安装步骤图文详解
  2. jedis操作set_Redis从入门到深入-Java操作Redis(12)
  3. centos php 5.2,CentOS服务器单独升级 php5.1 到 5.2版本
  4. python封装:隐藏对象中的属性或方法(三分钟读懂)
  5. 蓝桥杯 2018年预赛C语言大学B组 C/C++
  6. PHP 连接MySQL数据库
  7. 解线性方程组的迭代法(雅可比迭代法)
  8. 使用extract-text-webpack-plugin提取css文件
  9. 禁止logback输出状态信息
  10. 【转】VO BO PO 介绍