I have the following problem... on a server I have a project and it is in a Bitbucket repository.
If I dogit shortlog -sn
I list:
36 root
4 Mi User
I need to add another authorized user from Bitbucker for you to do commits and push
I have the following problem... on a server I have a project and it is in a Bitbucket repository.
If I dogit shortlog -sn
I list:
36 root
4 Mi User
I need to add another authorized user from Bitbucker for you to do commits and push
You must go to
Settings -> User and group access -> Users
and add the user by email. Remember that the user must be registered in bitbucket to appear on the list.Here is an image to guide you:
Also check that the repository url does not contain your username. Run the following command:
If your user appears in the url then you have to edit and change it to the user that will use the repository. That is done with the following command:
you can change user
open git bash and configure the email and name of your other user
and you can verify the user you are with