-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pod trunk push error with binary hosted on github #236
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Mirroring CocoaPods/CocoaPods#7143 as per @dnkoutso's suggestion:
Report
What did you do?
source
is a zip file hosted on github:https://github.com/kylefleming/opencv/releases/download/3.3.0/opencv-3.3.0-ios-osx-framework.zip
Judging by issues CocoaPods/CocoaPods#6585 and CocoaPods/CocoaPods#5234, I would guess that calling HEAD on this url gives a 403 error and since the file is large, the fallback GET request times out.
Requesting the HEAD manually with curl returns a 403 Forbidden error:
Interestingly, requesting HEAD manually with curl on the previous version's binary (v3.2.0) also returns the same error, so I'm guessing a regression in the trunk server has occurred since 3.2.0 was pushed to CocoaPods in April.
CocoaPods Environment
Stack
Installation Source
Plugins
Project that demonstrates the issue
OpenCV/3.3.0/OpenCV.podspec.json
:The text was updated successfully, but these errors were encountered: