git push 的时候报错
13:06 Push failed
Connection reset by 13.229.188.59 port 22
Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
如图所示,解决

解决方案:
先pull 一下 以便重新建立连接 然后再进行push
本文详细解析了在使用Git推送代码时遇到的错误:连接被远程主机重置,无法从远程仓库读取数据的问题。文章提供了有效的解决方案,即先执行pull操作以重新建立连接,再尝试push操作。
git push 的时候报错
13:06 Push failed
Connection reset by 13.229.188.59 port 22
Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
如图所示,解决

解决方案:
先pull 一下 以便重新建立连接 然后再进行push

被折叠的 条评论
为什么被折叠?