On our linode server, we have git installed. We can pull our development branch but not the master. We get the error below when we try and use the following command:
Command:
git remote set-url origin https://myusername@github.com/projectname/Projectname.com.git
Error:
error: could not lock config file .git/config: Permission denied
We're under pressure to launch our laravel site and cannot seem to get any further.