I tried to make a new directory in my git bash with the command mkdir
but it keeps telling me "cannot create directory, permission denied"
Dell E@DESKTOP-9KIQ MING/
$ mkdir git_new
mkdir: cannot create directory ‘git_new’: Permission denied
I tried to make a new directory in my git bash with the command mkdir
but it keeps telling me "cannot create directory, permission denied"
Dell E@DESKTOP-9KIQ MING/
$ mkdir git_new
mkdir: cannot create directory ‘git_new’: Permission denied
If you are on Windows 10 in a git bash session, type at least "cd
" (to go to your homedir) before any mkdir
.
It looks like you are on '/
' (root folder), which is not owned by you.