Error Installing Firebase on iOS: RPC Failed During git Clone #13944
rovshenhojayev
started this conversation in
General
Replies: 1 comment 2 replies
-
Done |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Issue:
I'm trying to install Firebase (v11.2.0) for an iOS Flutter project using CocoaPods. However, I'm encountering an error during the installation process.
After running
pod install
, the following error appears:What I've tried so far:
Increased the

http.postBuffer
size usinggit config --global http.postBuffer 524288000
.I’m from Turkmenistan, where many sites are restricted, so I had to use a VPN to access this platform. I’ve tried both with and without the VPN to troubleshoot the issue.
Tried clearing the CocoaPods cache and re-running
pod install
.Despite these attempts, I'm still facing the same error. Has anyone encountered this issue before, or have suggestions on how to resolve it?
Here also Debug Console:
Beta Was this translation helpful? Give feedback.
All reactions