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
解决办法:
git config http.postBuffer 524288000原文:http://blog.csdn.net/songjinshi/article/details/19074783