Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

how to setup app password in bitbucket

Taleh Mammadli
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 24, 2022

in order not to retype the password every time

1 answer

0 votes
Syahrul
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 25, 2022

Hey @Taleh Mammadli 

Welcome to the community!

I assume you are using git CLI and wish to store your credentials so that you don't have to keep re-typing it?

If yes, as per the discussion here, you can use git credential helper to store your password.

Do note that these steps will save your credentials in Plaintext.

Run

git config --global credential.helper store

then

git pull

You will then ask to provide your username and password, which will store under ~/.git-credentials 

Cheers,
Syahrul

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events