You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows Powershell (powershell) (in contrary to Powershell Core (pwsh)) doesn't run checkver.ps1 from github.com/notPlancha/scoop
PS C:\Users\ap9169\bucket> .\bin\checkver.ps1
Invoke-WebRequest : The maximum redirection count has been exceeded. To increase the number of redirections allowed, supply a higher value to th
e -MaximumRedirection parameter.
At line:1 char:51
+ ... $Url) try { Invoke-WebRequest -Uri $Url -MaximumRedirection 0 -ErrorA ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], InvalidOperationException
+ FullyQualifiedErrorId : MaximumRedirectExceeded,Microsoft.PowerShell.Commands.InvokeWebRequestCommand
Windows Powershell (powershell) (in contrary to Powershell Core (pwsh)) doesn't run checkver.ps1 from github.com/notPlancha/scoop
Don't know why. This might affect ScoopInstaller/Scoop#6274 aswell, but I'm not sure.
The text was updated successfully, but these errors were encountered: