-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
curl: (56) OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 104 #6682
Comments
Hello @usamamashkoor it is probably a transient network issue or a misconfiguration in your curl installation. If the error is still occurring you can use |
please help me i am getting this error
|
sudo curl -L "https://github.com/docker/compose/releases/download/1.24.1/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose -v
{ [5 bytes data]
{ [5 bytes data]
|
I am trying to install docker compose on the Ubuntu 18 but when i run the command
sudo curl -L "https://github.com/docker/compose/releases/download/1.24.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
then after some time it gives me this error
kindly help me on this i have tried many times running the above command but it is not working.
The text was updated successfully, but these errors were encountered: