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
The executable for the cross-platform version of PowerShell is called pwsh. Even on Windows, I believe you should see if it exists and use it rather than the legacy Windows PowerShell 5.
Same issue. It's trying to find windows powershell instead of pwsh Failed to perform Auto-login: PSContextCredentialexec: "powershell": executable file not found in $PATH.
Which version of the AzCopy was used?
10.22.0
Which platform are you using?
Linux
What command did you run?
What problem was encountered?
Have you found a mitigation/solution?
The problem is here:
azure-storage-azcopy/common/azure_ps_context_credential.go
Line 129 in f84cc60
The executable for the cross-platform version of PowerShell is called
pwsh
. Even on Windows, I believe you should see if it exists and use it rather than the legacy Windows PowerShell 5.Note this might also be the root cause for #2490.
The text was updated successfully, but these errors were encountered: