Git init - .git: Permission Denied

Posted by Gcoop on Stack Overflow See other posts from Stack Overflow or by Gcoop
Published on 2010-04-19T08:59:25Z Indexed on 2010/04/19 9:03 UTC
Read the original article Hit count: 289

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

© Stack Overflow or respective owner

Related posts about git

Related posts about server