前提・実現したいこと
XcodeでソースコードをGithubへpushしようとした時に以下のようなエラーが出て、うまくpushできません。
XcodeでpushしてGithubのリモートリポジトリへ反映させようとしています。
発生している問題・エラーメッセージ
試したこと
Xcodeからpushしようとせずに、ターミナルからpushしようとしたのですが、こちらも以下のようなエラーが出てpushできませんでした。
error: src refspec master does not match any error: failed to push some refs to 'https://github.com/〇〇/△△.git'
また、ターミナルで「git push -u origin main」としてmainに変えてpushしたところ、以下のようにエラーが出て、実行できませんでした。
これはファイルサイズが大きすぎるからできないということなのでしょうか?
以前、これよりも大きいサイズのファイルをpushしていたので、できないはずはないのですが、今回できなくて困っています。
Enumerating objects: 4752, done. Counting objects: 100% (4752/4752), done. Delta compression using up to 4 threads Compressing objects: 100% (4505/4505), done. Writing objects: 100% (4748/4748), 101.86 MiB | 1.05 MiB/s, done. Total 4748 (delta 1324), reused 0 (delta 0) remote: Resolving deltas: 100% (1324/1324), completed with 2 local objects. remote: warning: File Pods/GoogleMaps/Base/Frameworks/GoogleMapsBase.framework/GoogleMapsBase is 53.52 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: 3219ce94d7cbab166cdbd8ff287299fed8d4d12beaf85a33d48577d9ea618fbc remote: error: See http://git.io/iEPt8g for more information. remote: error: File Pods/GoogleMaps/Maps/Frameworks/GoogleMapsCore.framework/GoogleMapsCore is 132.21 MB; this exceeds GitHub's file size limit of 100.00 MB To https://github.com/〇〇/△△.git ! [remote rejected] main -> main (pre-receive hook declined) error: failed to push some refs to 'https://github.com/〇〇/△△.git'
補足情報(FW/ツールのバージョンなど)
使用環境:Xcode version 12.4
使用言語:Swift5.3.2
聞きたいこと
⚫︎ターミナルを使わず、Xcodeで直接pushできるようにするためには、何が間違っているのでしょうか?
⚫︎ターミナルでもうまく実行できなかったのですが、上記のエラーはファイルサイズの問題のみなのでしょうか?
回答1件
あなたの回答
tips
プレビュー