Forum Discussion
Rod-F
Jun 04, 2020Iron Contributor
The posh-git.psd1 file not loaded error
Over the weekend I replaced a failing HD with an SSD. Reinstalled Windows 10. Then I tried to install posh-git for PowerShell, but I must have done something wrong. Every time I get into PowerShell n...
- Jun 04, 2020
Looks like you have an entry in one of your Powershell profile files. Check out $Profile variable in Powershell to get your profile file location. Open that file and remove the posh-git entry.
Hope it helps!
Grtz, Manfred de Laat
Manfred101
Jun 04, 2020Iron Contributor
Looks like you have an entry in one of your Powershell profile files. Check out $Profile variable in Powershell to get your profile file location. Open that file and remove the posh-git entry.
Hope it helps!
Grtz, Manfred de Laat
rom5jp
Mar 01, 2022Copper Contributor
It worked for me. Thank you, Manfred101