Hi, I have just installed posh-git. But everytime when I start powershell the first time after computer startup it shows 2 error message.
Remove-Item : An object at the specified path C:\Users\HUISUN~1 does not exist.
At C:\Users\Hui Sun\Documents\WindowsPowerShell\Modules\posh-git\GitUtils.ps1:242 char:13
+ Remove-Item $path
+ ~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (:) [Remove-Item], PSArgumentException
+ FullyQualifiedErrorId : Argument,Microsoft.PowerShell.Commands.RemoveItemCommand
Remove-Item : An object at the specified path C:\Users\HUISUN~1 does not exist.
At C:\Users\Hui Sun\Documents\WindowsPowerShell\Modules\posh-git\GitUtils.ps1:242 char:13
+ Remove-Item $path
+ ~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (:) [Remove-Item], PSArgumentException
+ FullyQualifiedErrorId : Argument,Microsoft.PowerShell.Commands.RemoveItemCommand
I have no idea about what is going on and how to fix it. My system is Windows 10 Redstone.
Hi, I have just installed
posh-git. But everytime when I startpowershellthe first time after computer startup it shows 2 error message.I have no idea about what is going on and how to fix it. My system is Windows 10 Redstone.