推送失败错误消息github大文件

ppr*_*lon 5 github

我正在尝试在 GitHub 上安装谷歌地图和一些不同的框架。
我目前使用的是mac桌面,我不明白我做错了什么。

Github Mac 文件错误:

File Pods/CardIO/CardIO/libCardIO.a is 96.28 MB; this is larger than GitHub's recommended maximum file size of 50.00 MB        
File Pods/CardIO/CardIO/libopencv_core.a is 83.71 MB; this is larger than GitHub's recommended maximum file size of 50.00 MB        
File Pods/CardIO/CardIO/libopencv_imgproc.a is 96.08 MB; this is larger than GitHub's recommended maximum file size of 50.00 MB        
File Pods/PayPal-iOS-SDK/PayPalMobile/libPayPalMobile.a is 52.72 MB; this is larger than GitHub's recommended maximum file size of 50.00 MB        
GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com.        
Trace: c683784b6d6c9afc2ef456aabef1b3bf        
See http://git.io/iEPt8g for more information.        
File Pods/GoogleMaps/Frameworks/GoogleMaps.framework/Versions/A/GoogleMaps is 123.05 MB; this exceeds GitHub's file size limit of 100.00 MB 
Run Code Online (Sandbox Code Playgroud)

我当前的.gitattributes文件:

*.jpg filter=lfs diff=lfs merge=lfs -text    
*.framework filter=lfs diff=lfs merge=lfs -text
Run Code Online (Sandbox Code Playgroud)