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.
Using embedded-git v1.8.4.2 in sourcetree, when i clone repository i receive this warning:
warning: templates not found /usr/local/git/share/git-core/templates
Welcome your advice...something related to PATH settings?
I have the same problem when cloning the Git repo from bitbucket. I just let it continue running for 5-10 minutes, it will clone the repo eventually. This is what I get afterwards.
git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree submodule update --init --recursive
Completed successfully
Thanks for replying. Tried but waiting didn't resolve. Closed Sourcetree and just used git in terminal and cloning works perfectly. So there must be something with Sourcetree. Will stick to using git in terminal.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can try using system git if SourceTree is using embedded git in Preference window -> Git and see if it works.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks a lot MBS. Your comments helped me as clone wasn't working for me using both source tree and bash. But changing embedded to system helped me.
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.
I had the same problem, I saw that it had created the folder and the hidden git subfolder but nothing else. I cancelled and chose the "checkout existing" tab and selected the folder it had just created, then clicked checkout and it pulled the source down right away.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Chris Bennell,
I did not yet your answer. Can you explain a bit. How to choose "checkout existing"?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try downloading repository with GitHub Desktop application.
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.