`

解决git push read from socket failed connection reset by peer fatal could not read

git 
阅读更多

最近在git push 的时候发现一个问题。


read from socket failed connection reset by peer fatal could not read from remote repository。

我们先试一试是不是连同的:ssh -T git@github.com

发现是正常的。Google了一下,发现一个好的解决办法:

在命令行执行:

git config remote.origin.url git@github.com:your_username/your_project.git

 然后在git push就可以了。

 

  • 大小: 3.3 KB
分享到:
评论

相关推荐

    Git push 常见用法

    ### Git Push 常见用法详解 #### 概述 `git push` 是一个用于将本地仓库中的更改同步到远程仓库的命令。通过执行 `git push`,开发者能够将本地所做的修改、新添加的文件或者对现有文件的更改同步到远程仓库中,...

    解决git报错问题Null系统资源文件

    在使用Git进行版本控制时,有时可能会遇到一个错误提示:“fatal: open /dev/null or dup failed: No such file or directory”。这个错误表明Git在尝试访问或操作`/dev/null`设备文件时遇到了问题。`/dev/null`在...

    解决fatal:remote error:You can’t push to git://github.com/username/*.git问题的办法

    解决fatal:remote error:You can’t push to git://github.com/username/*.git问题的办法 今天Git push的时候 fatal:remote error: You can't push to git://github.com/username/*.git Use git@github....

    彻底解决Mac端git clone/push速度太慢的问题

    彻底解决Mac端git clone/push速度太慢的问题,详情请参阅文档。

    解决git:fatal:Unable to create”…/.git/index.lock” 的错误

    问题描述: 在使用git 进行提交时, 出现上面这个报错, 导致无法提交. 报错大致意思就是创建index.lock文件失败,因为已经存在index.lock文件了. index.lock文件是在.git下面, 而.git是一般是隐藏的, 那么可以通过以下...

    解决git误commit大文件导致不能push问题

    在使用Git进行版本控制时,有时可能会不慎将大文件提交到了仓库中,导致在尝试`git push`时遇到错误,例如“RPC failed; HTTP 413 curl 22 The requested URL returned error: 413 Request Entity Too Large”或者...

    码云出现错误git@gitee.com: Permission denied (publickey). fatal: Could not read from remote repository. P

    第一步 重新生成ssh ssh-keygen -t rsa -C “这里需要填写邮箱。我填写的是我的绑定主邮箱。我想其他邮箱也是可以的,只不过我没有测试。” 第二步 ...最后输入ssh -T git@gitee.com 即可 作者:亦圻

    fatal: open /dev/null or dup failed: No such file or directory 修复

    使用git Bash here闪退并生成mintty.exe.stackdump文件 cmd使用git 报错 fatal:open /dev/null or dup failed: No such file or directory 并弹出mitty.dump文件 使用方法见我的CSDN

    解决 github项目clone报错 Failed connect to github.com:443; 解决

    系统环境:CentOS Linux release 7.6.1810 (Core) 起因:npm构建时报错 ... fatal: unable to access 'https://github.com/nhn/raphael.git/': Failed connect to github.com:443; Connection timed out npm

    06Git入门把握Git状态 git status reset

    06★Git入门★把握Git状态_git_status_reset

    gitpush:简单的 git push

    Gitpush node.js 脚本 git push aremote abranch 吗和gitpush(假设源主) 或者gitpush abranch(假设源远程) 或者gitpush 分支远程 安装 git 克隆cd gitpush npm 链接

    如何用git将本地项目push到GitHub上?

    如何用git将本地项目push到GitHub上?如何用git将本地项目push到GitHub上?

    git clone时报错问题解决

    在使用Git进行代码仓库克隆操作时,如果出现“sign_and_send_pubkey: signing failed: agent refused operation”的错误提示,意味着SSH代理拒绝了身份验证的操作。这通常发生在用户尝试通过SSH方式访问Git仓库时,...

    开源项目-bobbo-git-s3-push.zip

    【开源项目-bobbo-git-s3-push.zip】是一个基于Go语言编写的开源工具,名为`git-s3-push`,它的主要功能是将Git仓库部署到Amazon S3(Amazon Simple Storage Service)上。这个项目由Bobbo开发,为开发者提供了一种...

    Git发现git push origin master 报错的解决方法

    本文将详细介绍解决Git在尝试执行`git push origin master`命令时报错的常见方法。在Git版本控制系统中,`git push origin master`命令用于将本地master分支的更改推送到远程仓库。然而,在实际操作过程中,可能会...

    git push rejected

    git push rejectedgit push rejectedgit push rejectedgit push rejectedgit push rejectedgit push rejectedgit push rejectedgit push rejectedgit push rejectedgit push rejectedgit push rejectedgit push ...

    Null系统资源文件

    在使用Git进行版本控制时,有时可能会遇到一个错误提示:“Null系统资源文件 fatal: open /dev/null or dup failed: No such file or directory”。这个错误信息表明Git在尝试打开或复制/dev/null设备文件时遇到了...

    解决fatal:remote error:You can't push to git://github.com/username/*.git问题的办法

    在使用Git进行版本控制时,有时会遇到"fatal: remote error: You can't push to git://github.com/username/*.git"这样的错误提示。这通常意味着您试图向GitHub推送代码,但因为使用的协议不支持写入操作,导致推送...

    git_install

    Git是世界上最流行的分布式版本控制系统,它允许开发者跟踪和管理代码变更,协同开发项目。"git_install"这个主题指向的是如何在个人计算机上安装Git客户端,以便进行代码版本控制操作。 在Windows平台上,一种常见...

Global site tag (gtag.js) - Google Analytics