2012-11-04 2 views
4

posh-git을 Visual Studio 패키지 관리자 콘솔 (vs 2012)에 설치하려고하는데 poshgit에서. \ install.ps1을 실행할 때 다음 오류가 발생합니다. 디렉토리 및 다시로드 프로파일 :Visual Studio 패키지 관리자에 posh-git 설치

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 

내가 갖는 이유는 2012 년

대이의에 그것은 단지 실행 것으로 보인다 문제없이 정상적인 파워 쉘 프롬프트에서 어떤 생각을 포쉬 - 자식을 설치할 수 있습니다 이 오류는 대 전용이며 해결 방법은 무엇입니까?

답변

3

posh-git은 PowerTab과 통합하려고 시도하며, Register-TabExpansion 기능을 제공합니다. NuGet은 이제 동일한 이름의 고유 한 기능을 제공하지만 다른 서명을 갖고있는 것처럼 보입니다. 방금 포쉬 킷의 새 버전을 수정했습니다.

관련 문제