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
Hey all, I'm not a huge git user so not super confident with setting this stuff up.
So I've been using sourcetree for a while and had a local project set up and was successfully pushing and pulling from a remote server as part of a distributed team.
I bought a new computer recently and copied the project folder across onto the new PC. As part of the copy process, it's brought across the repository as well.
I've tried to link it up to a fresh install of sourcetree on the new PC and can successfully see all of the previous history , however when I click on file status it returns the following error message:
'git status' failed with error code 128: fatal: this operation must be run in a work tree
(C:\{full path to directory}).
Any thoughts on how I could resolve this?