Py学习  »  Git

如何修复git中的“packet\u write\u wait:connection to…breaked pipe”错误

EverJust • 5 年前 • 1443 次点击  

我如何解决这个问题 git push 文件到我的远程存储库并抛出错误“packet_write_wait:connection to 13.250.177.223 port 22:breaked pipe”?以前 Git推 ,我从远程克隆了这个项目 git add , git commit 成功。

我试过了 git pull , git config http.postBuffer 52428800 ,但不起作用。

HP@EverChan MINGW32 /d/ChromeDownload/jiaoben5049/meetingDemo (master)
$ git pull
packet_write_wait: Connection to 52.74.223.119 port 22: Broken pipe
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
HP@EverChan MINGW32 /d/ChromeDownload/jiaoben5049/meetingDemo (master)
$ git config http.postBuffer 52428800
HP@EverChan MINGW32 /d/ChromeDownload/jiaoben5049/meetingDemo (master)
$ git push -u origin master
Counting objects: 46, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (46/46), done.
packet_write_wait: Connection to 13.250.177.223 port 22: Broken pipe
Writing foabjecttals:   8:% The  (4/4remote end hung up u6nex)pectedly
fatal: sha1 file '<stdout>' write error: Broken pipe
fatal: The remote end hung up unexpectedly
HP@EverChan MINGW32 /d/ChromeDownload/jiaoben5049/meetingDemo (master)
$ git push -u origin master
packet_write_wait: Connection to 13.250.177.223 port 22: Broken pipe
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.


Python社区是高质量的Python/Django开发社区
本文地址:http://www.python88.com/topic/43673
 
1443 次点击  
文章 [ 2 ]  |  最新文章 5 年前