-
-
Notifications
You must be signed in to change notification settings - Fork 821
Closed
Description
System Details
- posh-git version/path: 0.7.1.0 pre0 C:\zzzz\posh-git-master\src
- PowerShell version: 4
- Git version: 2.8.1.windows.1
- Operating system name and version: 6.1.7601.65536
Issue Description
I am experiencing a problem with...
The install.ps1 file throws an exception:
Unable to find type [System.Management.Automation.SignatureType]. Make sure that the assembly that contains this type is loaded.
At C:\zzzz\posh-git-master\src\Utils.ps1:164 char:13
+ if ($sig.SignatureType -eq [System.Management.Automation.SignatureType]: ...