Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Bitbucket login keeps popping up in Visual Studio Code

Dear Team, 

I am facing multiple popups of login into bitbucket. I face almost 6-7 popups every time I use VS code and this is getting very annoying. Despite trying various methods. I have failed in getting rid of these popups.

Methods tried:

  1. Reset user setting in Visual Studio Code
  2. Uninstalled Bitbucket extensions and alias 
  3. Upgrade the Studio
  4. Login with my username and password. 

Versions:

Studio: 1.17.1
node: 16.13.0
npm: 8.1.0
CLI: 13.0.3

Please provide a solution to this problem.

1 answer

I was having the same issue and fixed it with changes in my .gitconfig file.  Quoting the solution I used below along with a link to the original thread.

Two of the ways you can set these values:

  • Edit your.gitconfigfile directly. On Windows it should be located at%userprofile%\.gitconfig
  • Use git at the command prompt:
    • `git config --global --replace-all credential.interactive false`
    • `git config --global --replace-all credential.modalPrompt false`

-mikeairey

 

https://community.atlassian.com/t5/Sourcetree-questions/Keeps-prompting-for-bitbucket-login/qaq-p/603161

 

These values can be added to .gitconfig file to overcome prompt:

[credential]
interactive = false
modalPrompt = false

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events