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
OSX version 6.0.0.alpha9 pkg version
PS > Import-Module posh-git
Exception calling "GetCurrent" with "0" argument(s): "Operation is not supported on this platform."
At /usr/local/microsoft/powershell/6.0.0-alpha.9/Modules/posh-git/0.6.1.20160330/GitPrompt.ps1:93 char:1
You cannot call a method on a null-valued expression.
At /usr/local/microsoft/powershell/6.0.0-alpha.9/Modules/posh-git/0.6.1.20160330/GitPrompt.ps1:94 char:1
Join-Path : Cannot bind argument to parameter 'Path' because it is null.
At /usr/local/microsoft/powershell/6.0.0-alpha.9/Modules/posh-git/0.6.1.20160330/GitUtils.ps1:231 char:23
Test-Path : Cannot bind argument to parameter 'Path' because it is null.
At /usr/local/microsoft/powershell/6.0.0-alpha.9/Modules/posh-git/0.6.1.20160330/GitUtils.ps1:232 char:19
Join-Path : Cannot bind argument to parameter 'Path' because it is null.
At /usr/local/microsoft/powershell/6.0.0-alpha.9/Modules/posh-git/0.6.1.20160330/GitUtils.ps1:231 char:23
Test-Path : Cannot bind argument to parameter 'Path' because it is null.
At /usr/local/microsoft/powershell/6.0.0-alpha.9/Modules/posh-git/0.6.1.20160330/GitUtils.ps1:232 char:19
[Security.Principal.WindowsIdentity]::GetCurrent() isn't supported, which is responsible for the first two errors. I've mentioned that in #302.
Looks like $env:Temp isn't populated under PowerShell on Linux. I'm not sure how important that is, as all the supported platforms have ssh agents which work some other way and I think that's all we use it for.
OSX version 6.0.0.alpha9 pkg version
PS > Import-Module posh-git
Exception calling "GetCurrent" with "0" argument(s): "Operation is not supported on this platform."
At /usr/local/microsoft/powershell/6.0.0-alpha.9/Modules/posh-git/0.6.1.20160330/GitPrompt.ps1:93 char:1
You cannot call a method on a null-valued expression.
At /usr/local/microsoft/powershell/6.0.0-alpha.9/Modules/posh-git/0.6.1.20160330/GitPrompt.ps1:94 char:1
Join-Path : Cannot bind argument to parameter 'Path' because it is null.
At /usr/local/microsoft/powershell/6.0.0-alpha.9/Modules/posh-git/0.6.1.20160330/GitUtils.ps1:231 char:23
Test-Path : Cannot bind argument to parameter 'Path' because it is null.
At /usr/local/microsoft/powershell/6.0.0-alpha.9/Modules/posh-git/0.6.1.20160330/GitUtils.ps1:232 char:19
Join-Path : Cannot bind argument to parameter 'Path' because it is null.
At /usr/local/microsoft/powershell/6.0.0-alpha.9/Modules/posh-git/0.6.1.20160330/GitUtils.ps1:231 char:23
Test-Path : Cannot bind argument to parameter 'Path' because it is null.
At /usr/local/microsoft/powershell/6.0.0-alpha.9/Modules/posh-git/0.6.1.20160330/GitUtils.ps1:232 char:19
The text was updated successfully, but these errors were encountered: