Permissions

hey guys,
i have a permission issue i think, (it is not showing the images on dev server)
my local repository works ok but when i push it to the dev environment it not shows any images…
also in the admin, it is not showing the system settings, so i think it is a permission thingy
Is there a way to fix the permission through shell?

Thanks

If you followed the git tutorial on the blog post, you might want to try
chown grav:root yourfolder/ -R

I think it had to do with my git settings/permissions, it is working… thx