Git init - .git: Permission Denied
- by Gcoop
Hi All,
I am trying to initiate git on my remote server using ssh. When I run
git init
On the server in a folder I have write permissions to I get the following error.
.git: Permission denied
Do I need to assign any other permissions on that folder to be able to create the repository?
Thanks