Git init - .git: Permission Denied

Posted by Gcoop on Server Fault See other posts from Server Fault or by Gcoop
Published on 2010-04-19T08:59:25Z Indexed on 2010/04/20 4:03 UTC
Read the original article Hit count: 292

Filed under:
|
|

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

© Server Fault or respective owner

Related posts about git

Related posts about server