GitHubにデータをpushしたいのですが、pushできません。
下記のエラーが発生します。
mp4ファイルのサイズオーバーが原因だと思いますが、「theme.mp4」は、実際には54,291KBしかありません。
(recommended maximum file sizeが50MBなので、それを超えていることは承知しています。)
恐らく問題になっているのは、105.20MBの「VID_20190904_092226.mp4」だと思います。
しかし、これは、ローカルからのプロジェクトフォルダーからは削除してあります。
以前、これをアップしようとしてファイルサイズが大きいと言われて、縮小したものが「theme.mp4」です。
なぜ、削除したはずなのにこのファイルサイズが問題になっているのでしょうか。
恐らく、私のGitに関する理解が間違っているのだと思います。
git commitの中にまだ、「VID_20190904_092226.mp4」が残っているのでしょうか。
もし、残っているのであれば、これを削除して、「theme.mp4」のみpushしたいです。
どこに問題があるか分からず、困っております。
お気づきの点がございましたら、ご教示頂けないでしょうか。
お分かりの方みえましたら、よろしくお願い致します。
PS C:\Users\username\PycharmProjects\test> git push Counting objects: 105, done. Delta compression using up to 4 threads. Compressing objects: 100% (94/94), done. Writing objects: 100% (105/105), 337.45 MiB | 2.31 MiB/s, done. Total 105 (delta 56), reused 1 (delta 0) remote: Resolving deltas: 100% (56/56), completed with 15 local objects. remote: warning: test/theme.mp4 is 53.02 MB; this is larger than GitHub's recommended maximum file size of 50.00 MB remote: warning: File test/theme.mp4 is 59.44 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: bbbbbbbbbb6107a5bd3d42aaaaaaaaaa remote: error: See http://git.io/iEPt8g for more information. remote: error: File test/theme.mp4 is 119.73 MB; this exceeds GitHub's file size limit of 100.00 MB remote: error: File test/VID_20190904_092226.mp4 is 105.20 MB; this exceeds GitHub's file size limit of 100.00 MB To https://github.com/myname/test.git ! [remote rejected] master -> master (pre-receive hook declined) error: failed to push some refs to 'https://github.com/myname/test.git'
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
退会済みユーザー
2019/09/17 10:26