2016-11-15 11 views
-2

どのように次のエラーを解決するためのアイデア?私たちは、Herokuにではなく、GitHubに押し込もうとしています。ありがとう!!GitHubにプッシュするときのエラー

remote: warning: File examples/test/data/-deployd.0 is 64.00 MB; this is larger than GitHub's recommended maximum file size of 50.00 MB 
remote: warning: File examples/users/data/-deployd.0 is 64.00 MB; this is larger than GitHub's recommended maximum file size of 50.00 MB 
remote: error: GH001: Large files detected. You may want to try Git Large  File Storage - https://git-lfs.github.com. 
remote: error: Trace: d4c72f75677cd04f1c50b4e7847aa61f 
remote: error: See http://git.io/iEPt8g for more information. 
remote: error: File examples/users/data/-deployd.1 is 128.00 MB; this  exceeds GitHub's file size limit of 100.00 MB 
To https://github.com/H-Ingram/FindVolunteerships.com.git 
! [remote rejected] master -> master (pre-receive hook declined) 
error: failed to push some refs to 'https://github.com/H-Ingram/FindVolunteerships.com.git' 

答えて

1

GitHubはファイルlarger than 100Mbを拒否します。

本当にバイナリのような大きなファイルを格納するためにGit(とソースコントロール)を使用するべきではありません。必要がある場合は、Git Large File Storageまたは別の配布方法を使用することを検討してください。

関連する問題