#【Github】存在しないファイルがサイズが大きすぎると怒られる
gitlabからgithubへの移設を実施しております。
ほとんどのリポジトリは完了したのですが1リポジトリだけ以下のエラーでmasterブランチをプッシュできません。
remote: error: GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com. remote: error: Trace: 13f549fac33a5729c1caeff2e679ff87 remote: error: See http://git.io/iEPt8g for more information. remote: error: File css/.common.css.swp is 463.00 MB; this exceeds GitHub's file size limit of 100.00 MB
このswapファイルはgitbashで探しても、エクスプローラーでも見つかりません。
また以下のコマンドで確認しても対象外となっております
git ls-files --others --ignored --exclude-standard css/.common.css.swp
このファイルの実態はどこにあるのでしょうか。。。
ignoreファイルにも追加しましたが効果はありません。
よろしくお願い致します。
回答3件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2019/11/27 02:06