首页 > 其他 > 详细

push代码时,Git提示远程终端意外挂起

时间:2020-03-11 18:22:22      阅读:203      评论:0      收藏:0      [点我收藏+]
push代码时,提示:The remote end hung up unexpectedly The remote end hung up unexpectedly RPC failed; result=22, HTTP code = 404

解决方法:
1.打开项目代码的git bash,输入一下命令:
1)git ?remote ?rename? origin? old-origin
2)git ?remote ?add ?origin?项目地址
2.重新在origin远程push代码即可。

push代码时,Git提示远程终端意外挂起

原文:https://blog.51cto.com/13678728/2477179

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!