run bash script in gitbash Feb 8, 2019 • ulysses Unfortunately, you can’t run Bash scripts in GitBash the normal way. Here’s the workaround. You have to use sh script.sh # Normal use ./script.sh # Running it in GitBash sh script.sh