@ http://jingpin.jikexueyuan.com/article/36116.html
remote: error: GH001: Large files detected.
remote: error: Trace: 7b7de6b9372ee392e0f3961b05ea6f33
remote: error: See http://git.io/iEPt8g for more information.
當(dāng)你push50M以上的文件時github將會警告截珍,當(dāng)push100M以上文件撞羽,就直接拒絕你的push,要想push必須把該文件從本地倉庫和遠程倉庫全部移除掉
cd /Users/Dora/Desktop/XXX
git rm --cached /Users/Dora/Desktop/XXX/XXX/libbaiduNaviSDK.a
git commit --amend -CHEAD
有問題脑蠕,看連接,