choco
choco copied to clipboard
Error 404 when trying to install any package
What You Are Seeing?
Every package (and its dependencies) I try to install returns an error 404 several times until randomly installing.
What is Expected?
Packages being successfully installed without the need to successively trying until it works.
How Did You Get This To Happen? (Steps to Reproduce)
- Open elevated PowerShell
- Run
Set-ExecutionPolicy AllSigned
- Run
iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex
- Run
choco install cmder -y
Output Log
Here is the link for what I get when I run choco install cmder -ydv > choco.log
for the third time.