You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can clone and edit locally, however when I upload, I get a 403 error with my user having all privileges except Admin.
If I push using my root user it works.
For force pushing Admin should probably be required.
Otherwise, I would have expected upload to be sufficient.
The text was updated successfully, but these errors were encountered:
… git
The bug in has_permission only affected authentication via http
basic auth that is used for authentication of git users.
The bug was found due to users with ATTACHMENT_ACCESS (Upload) permissions
were not able to do a 'git push' and was brought up in #154.
I can clone and edit locally, however when I upload, I get a 403 error with my user having all privileges except
Admin
.If I push using my root user it works.
For force pushing Admin should probably be required.
Otherwise, I would have expected upload to be sufficient.
The text was updated successfully, but these errors were encountered: