您的位置:首页 > 编程语言

GitHub上传常见问题

2016-08-04 01:56 375 查看
转载自: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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: