How to import local project with existing files to Source tree
Seems like you're missing the .git folder. You should:
- Create a new empty repository on your git client.
- Clone it by source tree.
- Copy the .git folder to your existing project folder.
At this point source tree should alarm you that the repository local location was changed, just follow it's interface in order to change the location, and you're done.