GitHub上传常见问题

来源:互联网 发布:redhat yum 编辑:程序博客网 时间:2024/05/22 22:15

转载自:http://blog.csdn.net/songjinshi/article/details/19074783

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
0 0