PowerShellGallery icon indicating copy to clipboard operation
PowerShellGallery copied to clipboard

PSGallery is down

Open ricardomomm opened this issue 2 months ago • 2 comments

Prerequisites

  • [x] Write a descriptive title.
  • [x] Make sure you are able to repro it on the latest version
  • [x] Search the existing issues.

Steps to reproduce

Powershell gallery is down and we are unable to install modules from it.

Image

Expected behavior

PS>Install-Module -Name powershell-yaml -Scope CurrentUser 
Module is installed

Actual behavior

PS>Install-Module -Name powershell-yaml -Scope CurrentUser
WARNING: Unable to resolve package source 'https://www.powershellgallery.com/api/v2'.
PackageManagement\Install-Package : No match was found for the specified search criteria and module name 'powershell-yaml'. Try Get-PSRepository to
see all available registered module repositories.

Error details


Environment data

Name                           Value
----                           -----
PSVersion                      5.1.26100.6899
PSEdition                      Desktop
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}
BuildVersion                   10.0.26100.6899
CLRVersion                     4.0.30319.42000
WSManStackVersion              3.0
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1

Version

5

Visuals

No response

ricardomomm avatar Oct 29 '25 17:10 ricardomomm