M
M
MOTORIST2015-10-01 15:48:04
git
MOTORIST, 2015-10-01 15:48:04

Working as a team on bitbucket. How to solve the authentication failed problem?

There is a team repository on bitbucket. I cloned it to the production server at https://[email protected]/ command name / .git project . If I do a pull, enter my password, then everything works. Teammates can't pull (get authentication failed).
Is it possible to work in command over https? Maybe the remote should be different?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Victor, 2015-10-01
@MOTORIST

I think the problem is that origin's URL contains the username "MOTORIST".
The git client only asks for a password using this login, but it only works for you, since others have a different username.
Remove the username from the URL and have everyone enter their own username and password.

T
TyzhSysAdmin, 2015-10-01
@POS_troi

Create SSH keys and import to bitbucket and you will be happy :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question