We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 $_ }
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.
The text was updated successfully, but these errors were encountered:
Did you turn off your Antivirus? It's known to cause problems.
Sorry, something went wrong.
No branches or pull requests
I tried running the shell command provided on ghcup.org to install ghc on Ubuntu, but got the following error:
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.
The text was updated successfully, but these errors were encountered: