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
Copy file name to clipboardExpand all lines: book/A-git-in-other-environments/sections/powershell.asc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ More information about the requirements: (https://docs.microsoft.com/en-us/power
32
32
> Update-Module PowerShellGet -Force
33
33
> Install-Module Posh-Git -Scope AllUsers
34
34
-----
35
-
If you want to install Posh-Git only for the currnet user and not globaly, use "-Scope CurrentUser" instead.
35
+
If you want to install Posh-Git only for the current user and not globally, use "-Scope CurrentUser" instead.
36
36
If the 2nd command fails with the message `Update-Module : Module 'PowerShellGet' was not installed by using Install-Module, so it cannot be updated.` You need to run: `Install-Module PowerShellGet -Force -SkipPublisherCheck` instead. This happens, because the modules that ship with Windows Powershell are signed with a different publishment certificate.
0 commit comments