andy-5 / wslgit

Use Git installed in Bash on Windows/Windows Subsystem for Linux (WSL) from Windows and Visual Studio Code (VSCode)
MIT License
1.19k stars 59 forks source link

Fix bash and tests #120

Closed carlolars closed 2 years ago

carlolars commented 2 years ago

Changed from using just bash to using /usr/bin/bash #119

Also fixed an error in a testcase and removed the chmod +x for Fork.RI which seems to cause trouble sometimes, Fork-users will just have to chmod manually. Feel free to cherry pick

andy-5 commented 2 years ago

Great! Thank you for reporting and fixing these issues.