You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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?
Open Windows Powershell (Admin) from the Start Button context menu:
If it's not there, search for Windows PowerShell, click the > arrow and select Run as Administrator:
Run the following commands (in bold) excluding the #comments:
#Navigate to the SourceTree LocalAppData folder
cd $env:LOCALAPPDATA\Atlassian\SourceTree\git_local\mingw32\bin\
#Run git.exe to edit the config file
./git.exe config --edit --system
#This open a VI text editor
#Press the letter "I" on your keyboard to enter INSERT mode
#Update [credential] helper in the config file as shown in the screenshot above or below.
[credential]
helper = manager
#Press the "Esc" key on your keyboard until INSERT mode exits, then type :wq and press Enter. This "writes and quits" the VI Editor.
:wq
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Update: I'm not sure why I'm suddenly getting e-mails from this website when this should have been solved ages ago. As far as I'm concerned, I already got help from other youtube websites and I'm able to use sourcetree now. However, the instructions in this atlassian is really so badly outdated or only suited for macintosh users.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.