Error clicking master

When I try to push my changes to the wizard, I get an error message:

fatal: remote error: Insufficient permissions
You do not have permissions to push to the repository <my repo name> in the project <project name>

My git repo is in Atalassian stash

+3
source share
1 answer

In addition to a possible authentication problem (invalid username / password for https access or invalid / unknown ssh s public key access), check the branch permissions.
See " Using branch permissions ."

As indicated in this thread :

Branch permissions do not increase project-level permissions. This is rather a limitation.
When you push changes to the repository:

  • . , Stash 1.x, , ( ) , .
  • Stash , .
    • , .
    • , .
+1

All Articles