我正在尝试使用Firebase为我的测试应用程序创建一个后端。
我被指示将// pod'Firebase / Core'//添加到我的podfile中,然后在终端中运行// pod install //。
这是终端显示的内容...
......
Evans-MacBook-Pro:Version 1 evan$ pod install
Analyzing dependencies
Setting up CocoaPods master repo
$ /usr/bin/git clone https://github.com/CocoaPods/Specs.git --
progress --
master
Cloning into 'master'...
remote: Enumerating objects: 174, done.
remote: Counting objects: 100% (174/174), done.
remote: Compressing objects: 100% (161/161), done.
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
[!] Unable to add a source with url `https://github.com/CocoaPods/Specs.git` named `master`.
You can try adding it manually in `/Users/evan/.cocoapods/repos` or via `pod repo add`.
[!] Automatically assigning platform `ios` with version `12.1` on target `Version 1` because no platform was specified. Please specify a platform for this target in your Podfile. See `https://guides.cocoapods.org/syntax/podfile.html#platform`.
......
我的互联网连接速度很慢,我想...我正在爱荷华州的一个乡村地区使用iPhone热点。
在终端中按install后,终端似乎试图以每秒约500个的速度下载300万个对象。这将花费100分钟的时间...并且一致地,在下载大约5%的对象之后,将返回上述错误。
有人知道我该如何克服吗?我正在使用Xcode 10。
我尝试执行以下操作:
cd to ~/.cocoapods/repos
然后运行:
git clone https://github.com/CocoaPods/Specs.git master
.....
以下是终端在此过程中的图片: Terminal Code
答案 0 :(得分:1)
确保您位于包含应用程序工作区的文件夹中。 (例如:“ cd桌面”,“ Ls”,“ cd myApp”)
如果您正在使用功能,请尝试登录Firebase以连接应用程序
“ pod init”将创建podfile