Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when installing posh git #62

Closed
nXqd opened this issue Jun 17, 2012 · 2 comments
Closed

Error when installing posh git #62

nXqd opened this issue Jun 17, 2012 · 2 comments

Comments

@nXqd
Copy link

nXqd commented Jun 17, 2012

For some unexpected reasons module was not installed.
At C:\Users\Administrator\Documents\WindowsPowerShell\Modules\PsGet\PsGet.psm1:823 char:18
+             throw <<<<  "For some unexpected reasons module was not installed."
    + CategoryInfo          : OperationStopped: (For some unexpe... not installed.:String) [], RuntimeException
    + FullyQualifiedErrorId : For some unexpected reasons module was not installed.

Exception calling "GetDirectoryName" with "1" argument(s): "The path is not of a legal form."
At C:\Users\Administrator\Documents\WindowsPowerShell\Modules\PsGet\PsGet.psm1:171 char:67
+         $TempModuleFolderPath = [System.IO.Path]::GetDirectoryName <<<< ($ModulePath)
    + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
    + FullyQualifiedErrorId : DotNetMethodException

You cannot call a method on a null-valued expression.
At C:\Users\Administrator\Documents\WindowsPowerShell\Modules\PsGet\PsGet.psm1:629 char:47
+     $destination.Copyhere($PSGET_ZIPFile.items <<<< ())
    + CategoryInfo          : InvalidOperation: (items:String) [], RuntimeException
    + FullyQualifiedErrorId : InvokeMethodOnNull

You cannot call a method on a null-valued expression.
At C:\Users\Administrator\Documents\WindowsPowerShell\Modules\PsGet\PsGet.psm1:624 char:29
+     if ($PSGET_ZIPFile.items <<<< () | Where-Object { $_.Path -eq $ContentTypesXmlPath }) {
    + CategoryInfo          : InvalidOperation: (items:String) [], RuntimeException
    + FullyQualifiedErrorId : InvokeMethodOnNull

Join-Path : Cannot bind argument to parameter 'Path' because it is null.
At C:\Users\Administrator\Documents\WindowsPowerShell\Modules\PsGet\PsGet.psm1:623 char:43
+     $ContentTypesXmlPath = Join-Path -Path <<<<  $PSGET_ZIPFile.Self.Path -ChildPath '[Content_Types].xml'
    + CategoryInfo          : InvalidData: (:) [Join-Path], ParameterBindingValidationException
    + FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,Microsoft.PowerShell.Commands.JoinPathCommand

@dahlbyk
Copy link
Owner

dahlbyk commented Jun 18, 2012

This seems like a PsGet issue - @chaliy?

@chaliy
Copy link

chaliy commented Jun 18, 2012

Yep, this is PsGet. I contacted @nXqd to get more details on this issue

@dahlbyk dahlbyk closed this as completed Aug 8, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants