OblikStudio / kirby-git

Kirby plugin for updating content in the panel via Git
MIT License
84 stars 6 forks source link

Permissions error on push not shown in the panel #8

Open hdodov opened 4 years ago

hdodov commented 4 years ago

The AJAX response is this:

To https://git-codecommit.eu-central-1.amazonaws.com/v1/repos/my-repo
    c8dd520..6859a72  master -> master
    error: update_ref failed for ref 'refs/remotes/origin/master': cannot update the ref 'refs/remotes/origin/master': unable to append to '.git/logs/refs/remotes/origin/master': Permission denied

...but nothing is shown in the panel as if the push was successful.