Visual Studioパッケージマネージャーコンソールにposh-gitをインストールしようとしています(vs 2012)。poshgitディレクトリで。\ install.ps1を実行し、プロファイルをリロードすると、次のエラーが発生します。
Register-TabExpansion : A parameter cannot be found that matches parameter name 'Type'.
At D:\posh-git\GitTabExpansion.ps1:218 char:37
+ Register-TabExpansion "git.exe" -Type Command {
+ ~~~~~
+ CategoryInfo : InvalidArgument: (:) [Register-TabExpansion], ParameterBindingException
+ FullyQualifiedErrorId : NamedParameterNotFound,Register-TabExpansion
通常のPowerShellプロンプトからposh-gitを問題なくインストールできますが、vs2012でこれが発生しているようです。
vs onlyでこのエラーが発生する理由と、それを修正する方法はありますか?