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

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://[email protected]/songjinshi/frameworktools.git


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

解决办法:

git config http.postBuffer 524288000

你可能感兴趣的:(技巧工具)