-
Notifications
You must be signed in to change notification settings - Fork 663
Description
If I interpret the documentation the right way GitVersion /showconfig should display the current configuration. When I do so I get:
$ GitVersion /showconfig
Unhandled Exception: System.ComponentModel.Win32Exception: The directory name is invalid
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at GitVersion.Helpers.ProcessHelper.Start(ProcessStartInfo startInfo)
at GitVersion.Helpers.ProcessHelper.Run(Action1 output, Action1 errorOutput, TextReader input, String exe, String args, String workingDirectory, KeyValuePair2[] environmentalVariables) at GitVersion.LibGitExtensions.DumpGraph(String workingDirectory, Action1 writer, Nullable`1 maxCommits)
at GitVersion.Program.VerifyArgumentsAndRun()
at GitVersion.Program.Main()
I'm on a clean windows 10 pc with VS2015 enterprise and git 2.7.0 installed