gpt4 book ai didi

ios - git 提交错误 : large file detected

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:12:30 25 4
gpt4 key购买 nike

您好,我正在为 ios 8.1 开发应用程序 xcode,我使用 googleMaps 框架实现自动完成功能。当我尝试在 Git 中推送我的项目时,出现大文件检测错误。后来尝试使用 git lfs 并跟踪 git(即 GoogleMaps)检测到的文件,然后我尝试推送仍然显示相同的错误。

iSpire-Solution-1:productionPreFinal 2$ git push -u origin master
Counting objects: 762, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (693/693), done.
Writing objects: 100% (762/762), 83.82 MiB | 4.14 MiB/s, done.
Total 762 (delta 179), reused 0 (delta 0)
remote: error: GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com.
remote: error: Trace: e7a6ab16d31c340cad67b08ee53ee032
remote: error: See http://git.io/iEPt8g for more information.
remote: error: File Pods/GoogleMaps/Frameworks/GoogleMaps.framework/Versions/A/GoogleMaps is 113.56 MB; this exceeds GitHub's file size limit of 100.00 MB
To https://github.com/ispire123/AutoM8.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://github.com/ispire123/AutoM8.git'
iSpire-Solution-1:productionPreFinal 2$ git lfs track
Listing tracked paths
Pods/GoogleMaps/Frameworks/GoogleMaps.framework/Versions/A/GoogleMaps (.gitattributes)

请建议我如何管理 git lfs。是否有任何选项可以减少 iOS 中 googleMaps 框架的文件大小。

谢谢。

最佳答案

假设您使用的是 CocoaPods作为dependency manager for your Xcode project , 考虑关注 this建议并仅提交 Podfile,因为可以从 Podfile 重新生成 pod。

这意味着您没有提交超过 Github's file limit并且您正在简化存储库。

为确保您不将任何 Pod 提交到您的存储库,只需将 pods/ 目录添加到您的/a .gitignore 文件中即可。

关于ios - git 提交错误 : large file detected,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36027729/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com