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.
After installing Sourcetree getting the attached error. Could you please check and suggest what needs to be done for proper installation?
PFA screenshot of the error.
Hi Amrita, welcome to the Community!
Based on previous experiences, this error might be caused by Git. Can you go to Tools > Options > Git, and check whether you are using system or embedded Git, and whether you have an option to install an embedded Git.
While doing some research on this, I found a workaround that consists of creating a directory junction (hard link) for the embedded git Sourcetree tries to use.
In %userprofile%\AppData\Local\Atlassian\SourceTree
create a directory junction using elevated command prompt named git_local
to point to scoop's git location *path*\Scoop\apps\git\current
mklink /J %userprofile%\AppData\Local\Atlassian\SourceTree\git_local *path*\Scoop\apps\git\current
Then in source tree options, specify it to use embedded git.
Lastly, this problem was already reported in our issue tracker and you can follow it here.
Hope that helps!
Ana
Hey the command doesnt work even in an elevated cmd. It doesnt recognize /J .
Could you please suggest?
Also in the first part before userprofile should I give the full path like C:\Users\userprofile?
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.