Error during install: failed to be installed because End of Central Directory could not be found #555
RichSteele
started this conversation in
General
Replies: 1 comment 5 replies
-
Probably an issue with PowershellGet. Open an elevated powershell prompt and enter the following commands: Install-PackageProvider Nuget –force –verbose
Install-Module –Name PowerShellGet –Force –Verbose
Update-Module |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Trying to install in PowerShell Core 7.1.3 on Windows 10 1909 but getting an error:
I suspect, though my inexperience with PowerShell is not good enough to tell for sure, that my corporate proxy is the root cause. It does SSL interception, so there's a custom root certificate that frequently causes issues with other tools that download content. Googling finds some similar issues installing (some) other PowerShell modules, though the methods to resolve are lost on me.
Note that I was able to successfully install posh-git (with the same warning about an untrusted repository but no error during the install).
Does anyone else see this? Does anyone have suggestions on how to resolve it?
Beta Was this translation helpful? Give feedback.
All reactions