Gitbash won't run basic commands, mkdir, ls: "mkdir.exe stops working"

I am trying to get around using gitbash for basic command line operations.

According to this page I need, for example, an input ls

to display the contents of the current directory as a horizontal list.

This is what happens when I try to do this:

enter image description here

It's the same with mkdir:

enter image description here

Any ideas as to why this might be happening?

+3


source to share





All Articles