TomekOriginal post
Web Developer
Why pushig new branch is not allowed?
git push origin fix-no_issue_id-fix_variable_name
remote: {"auth_status":"access_denied_to_user","body":"Permission to appwrite/starter-for-react.git denied to MyUserName."}
fatal: unable to access 'https://github.com/appwrite/starter-for-react/': The requested URL returned error: 403
Summary
Developers cannot push a new branch to the `appwrite/starter-for-react.git` repository because the current user does not have permission. This is indicated by the error message `access_denied_to_user`.
**Solution:** The user needs to be granted permission to push to the repository by the repository owner or someone with the necessary permissions.