报错:

9:38    Push failed
        Write: Connection reset by peer
        Could not read from remote repository.
        
        Please make sure you have the correct access rights
        and the repository exists.

解决:

这种问题一般都是ssh原因引起的

先验证ssh (针对于gitee)

ssh -T git@gitee.com

结果验证失败,只能将remote地址将ssh换成http

git remote set-url origin {http地址}

这样即可解决

解决git push报错问题相关推荐

  1. 解决Git push报错Unable to access ‘xxx‘: Failed to connect to github.com port 443: Timed out

    问题 这个场面大家一定很熟悉,github总是突然犯病... 一种解决方式 打开Git Bash输入 $ git config --global --unset http.proxy 即可

  2. 码云git push报错 DeployKey does not support push code 解决办法

    码云git push报错 DeployKey does not support push code 解决办法 首先生成公钥去码云添加公钥有具体教程 添加公钥 一顿操作之后测试一下 git push 嗯 ...

  3. git push报错:fatal: unable to access ‘https://XXXX.git/‘: Peer‘s Certificate issuer is not recognized.

    推镜像的时候,git push报错:fatal: unable to access 'https://XXXX.git/': Peer's Certificate issuer is not reco ...

  4. git push 报错 Empty reply from server 或 Failed to connect to github.com port 443: Time out

    git push 报错 Empty reply from server 或 Failed to connect to github.com port 443: Time out 问题出现 报错信息 问 ...

  5. git push 报错 ---error: commit 8aa8e31: email address yin.jiaqing@.....com is not registered in your

    git push 报错: error: commit 8aa8e31: email address yin.jiaqing@haustart.com is not registered in your ...

  6. git push 报错Push rejected、 remote unpack failed 、unpacker error、 failed to push some refs to

    git push 报错Push rejected. remote unpack failed .unpacker error. failed to push some refs to 1.error: ...

  7. git push报错 DENIED by fallthru(or you mis-spelled reponame)

    git push报错 DENIED by fallthru(or you mis-spelled reponame) 百度半天都说是公钥私钥问题 最后发现是管理员没开push权限

  8. 解决git下载报错:fatal: unable to access ‘https://github.com/.../.git/‘:

    解决git下载报错:fatal: unable to access 'https://github.com/-/.git/':- 1.在git中执行git config --global --unse ...

  9. git push报错处理办法

    使用办法: git add . git commit -m "原因" git push 如果git push报错 执行: git push origin 本地分支名:远程分支名 例 ...

  10. git push报错:remote: error: refusing to update checked out branch: refs/heads/master

    远程仓库通过git init初始化了一个项目,没有clone到本地,本地新建了一个项目,关联本地项目和远程仓库(参见IDEA新建本地项目关联远程git仓库 )后git push报错: wulf@wul ...

最新文章

  1. Apache POI:解决数据库和Excel之间相互转换的烦恼~
  2. 面试中让你头疼的问题都在这儿
  3. linux重装系统后 70-persistent-net.rules 不能删除解决
  4. java远程下载文件到本地_java远程下载文件到本地
  5. unicode编码问题
  6. 前端知识:如何创建自己的Iconfont图标库
  7. JAVA线程并发数量控制_线程同步工具(二)控制并发访问多个资源
  8. Educational Codeforces Round 104 (Rated for Div. 2)A~E解题报告
  9. 大数据学习之路——新闻大数据的增值应用
  10. 2021-08-08 mysql索引
  11. 小甲鱼 C语言 22课指针和数组
  12. startuml如何画流程图_怎样在迅捷画图在线网站中绘制UML流程图
  13. 孩子沉迷游戏,家长该怎么办?
  14. Ardunio——ULN2003驱动板和直流电机风扇——控制风扇转速
  15. 2022年10月最新CPU天梯图 CPU天梯图高清完整版
  16. OBCE首位认证 实力与颜值并存 | 90后技术宅郑皓嘉的通关之路
  17. ios友联统计的一些功能
  18. 【UI自动化设计模式】超越 Page Objects:使用Serenity和ScreenplayPattern实现新一代的自动化测试
  19. 清华系一呼百应更团结 北大系不扎堆儿更江湖
  20. lowlevel_init 函数分析

热门文章

  1. matlab图形黎曼几何,[转载]黎曼几何是篡改数学概念的几何
  2. vue全局引入openlayers_vue+openlayers绘制省市边界线
  3. 浅聊矢量场 —— 3. 什么是旋度(Rotational Vector)
  4. 腾讯笔试——安排机器 【 题目描述】小 Q 的公司最近接到 m 个任务, 第 i 个任务需要 xi 的时间去完成, 难度等级为 yi。 小 Q 拥有 n 台机器, 每台机器最长工作时间 zi, 机器等
  5. 用好这 42 款 Chrome 插件,每年轻松省出一个年假
  6. 用java下载apk解析包出错_教大家解析包时出现问题怎么解决
  7. 移植st官方usb-hid程序出现babble detected错误
  8. 论文略读 | Pointing the Unknown Words
  9. BLE Mesh网络协议综述
  10. linux下为php添加GD库(重新编译php)