My Git Bash shell in Windows 10 is stuck in the following state and no matter what commands I enter, it only returns the "Permission denied" message as shown in the screenshot:
https://i.stack.imgur.com/C29Y3.jpg
Note that this is the screen I get when I open the Git Bash shell, no matter where I open it (even after restarting the system) and no matter what command I enter! This does not happen only in a certain situation, I'm basically stuck at this screen and cannot get Git Bash to return to its normal state, i.e. it's unusable for me as it is. The only command I can enter is "exit", upon which the terminal closes.
For all other commands, this is what I receive: 198671088 [main] bash 11048 fork: child -1 - CreateProcessW failed for 'C:\Program Files\Git\usr\bin\bash.exe', errno 13 bash: fork: Permission denied
How I got here: I entered "git status" and was then unable to return from that screen since no input was accepted (Cmd + C, Cmd + Q, Q etc. did not work), so I bashed my keyboard randomly until Git attempted to fork, however it failed with the message in the screenshot being returned (btw, I'm obviously a beginner).
What I've tried: restarting the system, reinstalling Git, various command inputs, running Git Bash as admin, checking PATH variable, trying killing the process in Task Manager (there is none when Git Bash is closed) etc.
Does someone have a clue as to what I can do? Would greatly appreciate it!