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

Website shell commands not working #1174

Open
briansheehan opened this issue Dec 13, 2024 · 1 comment
Open

Website shell commands not working #1174

briansheehan opened this issue Dec 13, 2024 · 1 comment

Comments

@briansheehan
Copy link

I tried running the shell command provided on ghcup.org to install ghc on Ubuntu, but got the following error:

$ curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org/ | sh
curl: (35) error:0A000126:SSL routines::unexpected eof while reading

Got a similar error in Powershell when running:
Set-ExecutionPolicy Bypass -Scope Process -Force;[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; try { & ([ScriptBlock]::Create((Invoke-WebRequest https://www.haskell.org/ghcup/sh/bootstrap-haskell.ps1 -UseBasicParsing))) -Interactive -DisableCurl } catch { Write-Error $_ }

I was able to dowload and run the install script using my browser with no problem.

@hasufell
Copy link
Member

Did you turn off your Antivirus? It's known to cause problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants