Skip to content
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 update error #3210

Closed
Onetaway opened this issue Feb 14, 2016 · 1 comment
Closed

Pod update error #3210

Onetaway opened this issue Feb 14, 2016 · 1 comment

Comments

@Onetaway
Copy link

[!] /bin/bash -c
set -e
sh build.sh cocoapods-setup

core is not a symlink. Deleting...
Downloading dependency: core 0.96.1
Downloading core failed:
curl: (35) Server aborted the SSL handshake

I was use 0.96.1, when I pod update, it shows this error.
It is installing 0.98.1

The above error appear when I use VPN to pod update. Then I closed VPN, run pod update again.
It shows another error.

[!] /bin/bash -c
set -e
sh build.sh cocoapods-setup

core is not a symlink. Deleting...
Downloading dependency: core 0.96.1
Downloading core failed:
curl: (56) SSLRead() return error -9806

I have google sslread() error -9806, but didn't find anything usefull.

I am in China and I have found #2713 . But I got the different error, not poor network

@mrackwitz
Copy link
Contributor

Even though your error looks different, it is unfortunately the same root cause. I changed the error handling in our script meanwhile, so that it shows in some cases more helpful output. But the concatenation of circumstances that apply here lead to a slightly less obvious error messaging. See also #3183.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants