當我嘗試使用git push origin master命令時,終端會拋出一個錯誤,指出文件太大。git push master not working files too too
remote: error: GH001: Large files detected.
remote: error: Trace: 44baa062afa347dd9f954a2f0809b535
remote: error: See http://git.io/iEPt8g for more information.
remote: error: File vendor/bundle/gems/libv8-3.11.8.17-x86_64-darwin-
12/vendor/v8/out/x64.release/libv8_base.a is 127.87 MB;
this exceeds GitHub's file size limit of 100 MB
To [email protected]:aTylerRice/mixeddrinks.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to '[email protected]:aTylerRice/mixeddrinks.git'
這是因爲我不應該包括某些文件被推?如果是的話,推送時如何忽略這些文件?
是的。你有沒有看過第三行的網址?他們在那裏有幫助。 – Jokester
第三行轉到:https://help.github.com/articles/working-with-large-files – jeff
[Github文件大小限制改爲6/18/13。現在不能推](http://stackoverflow.com/questions/17382375/github-file-size-limit-changed-6-18-13-cant-push-now) – linquize