前提・実現したいこと
gitlabからgithubへの移行の作業をしてます。
large file によってPUSHができていないことがわかり、Git LFSでpush を試みているのですが、うまく行かなくて困ってます。
発生している問題・エラーメッセージ
remote: warning: File db/*** (27).zip is 66.26 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: ff223*************** remote: error: See http://git.io/iEPt8g for more information. remote: error: File tatus is 319.02 MB; this exceeds GitHub's file size limit of 100.00 MB ! [remote rejected] master -> master (pre-receive hook declined) error: failed to push some refs to '**************'
試したこと
https://qiita.com/kanaya/items/ad52f25da32cb5aa19e6
を参考にして、ファイルをlfsを使ってpushを試みました。。
.git/objectが肥大化してしまっているので、そこをlfsで管理することで解決しようと思いました。
.gitattributes
には容量の多い
.git
を管理するようにしました。
しかし、結果は同じエラーが出ます。
何をまちがっているのか分からなくなってしまったので、ご教授願いたいです
あなたの回答
tips
プレビュー