Git push gives Error reading command stream

感情迁移 提交于 2019-12-07 08:50:27
VonC

This error message comes from transport-helper.c, which calls one of the git remote helpers.

It is possible, after the recent DDoS that GitHub had to endure, that not all repos support well https push, hence the suggestion to switch transport protocol (with ssh git@github.com:username/repo.git, as commented by gnuanu).

But you should check in a few days if https works again for your repo.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!