-
Notifications
You must be signed in to change notification settings - Fork 31
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
failed to choco install vagrant on Windows 7 due to .NET version problem #348
Comments
hoatle
changed the title
failed to choco vagrant on Windows 7 due to .NET version
failed to choco vagrant on Windows 7 due to .NET version problem
Jul 13, 2017
hoatle
changed the title
failed to choco vagrant on Windows 7 due to .NET version problem
failed to choco install vagrant on Windows 7 due to .NET version problem
Jul 13, 2017
root cause from .NET version: http://blogs.perficient.com/microsoft/2016/04/tsl-1-2-and-net-support/ and the choco downloader uses .NET to download. (sent by @phuonglm) vagrant site supports SLv3 and TLS 1.0, so we need to upgrade .NET to at least v4.5 to make the downloader works. |
hoatle
added a commit
to hoatle/teracy-dev
that referenced
this issue
Jul 13, 2017
….NET version problem
hoatle
added a commit
to hoatle/teracy-dev
that referenced
this issue
Jul 13, 2017
….NET version problem
phuonglm
added a commit
that referenced
this issue
Jul 14, 2017
…nt-windows-7 @ #348 | failed to choco install vagrant on Windows 7 due to .NET version problem
hoatle
added a commit
that referenced
this issue
Jul 14, 2017
verified, close |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Need to install .NET v4.5 on Windows 7 after installing choco.
Should mention on docs that sometimes users need to hit "Enter" key when the terminal does not send console output after some time (looks like freeze, just press "Enter" key for it to continue)
install choco => restart
install dotnet4.5 => restart
install vagrant => restart
The text was updated successfully, but these errors were encountered: