Unfortunately, you can’t run Bash scripts in GitBash the normal way. Here’s the workaround. You have to use sh script.sh

<pre lang="bash">
# Normal use
./script.sh
# Running it in GitBash
sh script.sh