前提・実現したいこと
gitにpushした際に下記エラーが出ました。
git-lfsのインストールおよび設定、dev.logの削除を行ってもエラーが出ます。
どのようにすれば解決できますでしょうか。
発生している問題・エラーメッセージ
Counting objects: 11362, done. Delta compression using up to 2 threads. Compressing objects: 100% (8986/8986), done. Writing objects: 100% (11362/11362), 26.55 MiB | 1.81 MiB/s, done. Total 11362 (delta 5753), reused 0 (delta 0) remote: Resolving deltas: 100% (5753/5753), completed with 1599 local objects. remote: warning: File var/logs/dev.log is 81.24 MB; this is larger than GitHub's recommended maximum file size of 50.00 MB remote: warning: File var/logs/dev.log is 79.57 MB; this is larger than GitHub's recommended maximum file size of 50.00 MB remote: warning: File var/logs/dev.log is 77.33 MB; this is larger than GitHub's recommended maximum file size of 50.00 MB remote: warning: File var/logs/dev.log is 50.22 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: dfdd7c00196902689fc542bd141f248b72aa8ba5b428ea613ac0cc69060bac3a remote: error: See http://git.io/iEPt8g for more information. remote: error: File var/logs/dev.log is 112.39 MB; this exceeds GitHub's file size limit of 100.00 MB To git@github.com:/01/portal1214.git ! [remote rejected] master -> master (pre-receive hook declined) error: failed to push some refs to 'git@github.com:/01/portal1214.git'
該当のソースコード
[root@localhost Symfony]# git lfs track var/logs/dev.log Tracking "var/logs/dev.log" [root@localhost Symfony]# git add . [root@localhost Symfony]# git commit -m "0104" [root@localhost Symfony]# git push origin master --force
試したこと
dev.logを削除し、git reset --soft HEAD^
を行いましたが、同様の結果が出ました。
補足情報(FW/ツールのバージョンなど)
git 2.4.5
回答2件
あなたの回答
tips
プレビュー