首页 > 其他 > 详细

使用github出现的错误以及解决办法

时间:2014-02-11 18:10:08      阅读:329      评论:0      收藏:0      [点我收藏+]

1、archermind@aclgcl-ubnt:/local/frameworktools$ git push

error: The requested URL returned error: 403 while accessing https://github.com/songjinshi/frameworktools.git/info/refsfatal: HTTP request failed

解决办法:

git remote set-url origin https://songjinshi@github.com/songjinshi/frameworktools.git


2、error: RPC failed; result=22, HTTP code = 0

解决办法:

git config http.postBuffer 524288000

使用github出现的错误以及解决办法

原文:http://blog.csdn.net/songjinshi/article/details/19074783

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