%HOMEPATH% Posh-Git error in Powershell, in ConEmu on Windows 7 64-bit
- by atwright
I am always getting the following error in Posh-Git in Powershell, in ConEmu on Windows 7 64-bit:
Resolve-Path : Cannot find path 'C:\wamp\www\MobileApps\Backbone\%HOMEPATH%' because it
does not exist.
At D:\Users\Andy\Documents\WindowsPowerShell\Modules\posh-git\GitUtils.ps1:265 char:13
+ $home = Resolve-Path (Invoke-NullCoalescing $Env:HOME…