We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc970e7 commit 9b64482Copy full SHA for 9b64482
vendor/psmodules/Cmder.ps1
@@ -16,6 +16,10 @@ function Get-GitVersion {
16
return $Matches[1]
17
}
18
19
+ Write-Debug "Git executable path: $gitExecutable"
20
+ Write-Error "'git --version' returned an improper version string!"
21
+ Write-Error "Unable to determine Git version from output: $gitVersion"
22
+
23
return $null
24
25
0 commit comments