docker-archive / toolbox

The Docker Toolbox
https://docker.com/toolbox
3.21k stars 1.23k forks source link

[Windows] Docker Quickstart Terminal does not use the right path to Git #343

Open hgwood opened 8 years ago

hgwood commented 8 years ago

I had Git for Windows installed in C:\dev\Git\git-2.5.0. The Docker Toolbox installer did not allow me to not install Git, uninstalled my version (see #310), installed its version in the same location and then when running the Docker Quickstart Terminal errored wih bash.exe not found because the shortcut points to C:\Program Files\Git\bin\bash.exe. I had to edit the shortcut manually for it to work.

nerro commented 8 years ago

@hgwood, I guess your issue can be fixed with #324 (commit f3e5961).

hgwood commented 8 years ago

Looks like it, yes. :)