git push --set-upstream origin master
经过 Google 之后发现是因为推送的文件太大了而抛出的异常
结果途径,增加当前仓库的 postBuffer 大小
git config --local http.postBuffer 524288000