天天看點

使用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

git config http.postBuffer 524288000