You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
I've just downloaded the source tree and everytime I create a new repository, I get this pop up message. I checked the internet and I got other variants but not this specific pop up message. Any idea what this might be?
Got the same popup every 15 minutes. Do you solve your problem?
No. But I got some information from the stackoverflow website. It seems when these credentials are inserted, they are supposed to help us with the login. However, I don't know where / which desktop app these logins refer to.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
From Powershell, navigate to
%localappdata%\Atlassian\SourceTree\git_local\mingw32\bin\
#run
./git.exe config --edit --system
#opens config in VI editor
#update [credential] helper
[credential]
helper = manager
Esc
:wq
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Supported Platforms macOS Windows We recently introduced support for additional hosting services such as GitHub Enterprise, GitLab (Cloud, Community Edition, Enterprise Edition), and...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.