git init --bare permission denied on 16gb USB stick
- by Sour Lemon
I am using GIT on a Windows 7 machine (64 bit) and have been learning how to use GIT to version control my files.
Now I want to be able to create a --bare repository on an external device (in this case a 16gb USB stick) but unfortunately when I try to create a --bare repository on it I get the following error:
f:/: Permission denied
I am using…