Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,557,785
Community Members
 
Community Events
184
Community Groups

This is not a valid working copy path

So I'm trying to upload my website but I having a lot of issue. I'm new to Sourcetree and I've been breaking my head here. I added my github account and everything went fine there. but when I try to add a repository and add folder I get "This is not a valid working copy path." and the add button is grayed out. In addition, in Tool > Option > Git my embedded button is grayed out too. please help embedded.jpgmyWebSite.jpg

3 answers

One rare scenario for this error:

- Sourcetree or the machine crashes

- Sourcetree (oddly) loses its config and git is now disabled

- Instead of showing a relevant message, such as"Git is disabled, check options", Sourcetree says the path is not a valid repository

1 vote
Mikael Sandberg
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 08, 2019

Hi Alvin,

Welcome to the Atlassian Community.

The Embedded button is grayed out because that is what is being used by Sourcetree, so that is expected.

You are getting the error message because you are are trying to add a directory to Sourcetree that is not a Git repository. In order to add a local repository you first have to initiate it as a Git repository using the command git init. Take a look at Setting up a repository to learn more, and I would also recommend looking at the other tutorials that you find there. 

Mikael Sandberg
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 08, 2019

And once you are done adding your code to a local repository, follow these steps to upload it to github, Adding an existing project to GitHub using the command line

Like Javer Uribe likes this

Why does Sourcetree not do this automatically?

Like # people like this

Yes, why does Sourcetree not do this automatically? This is the whole purpose of using Sourcetree in the first place.

Mikael Sandberg
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Jan 08, 2020

Hi @Thomas Britt,

If you are referring to adding a new repository, essentially creating a new one, you can use the Create option. The Add implies that you already have the repository in place and just want to add it to Sourcetree so it can be accessed in there.

Like Genevieve Cooper likes this

Gracias, simplemente no me aparecía la opción de agregar el repositorio por que no lo había iniciado. 

OK. So, if the local directory already has a .git folder in it, then you need to choose Add Working Copy. This allows you to add source control to the same repo on one or more machines. 

However, if this is a directory you wish to clone from a remote repository, the directory must be empty.

Then you choose Clone and then add your files into the directory. And then push your files to the remote. 
Or you can just clone directly from GitHub/BitBucket etc. This will open up SourceTree and automate the process for you. It will then download files from the remote repo to the local repo. 

What do you mean by 'Add working copy'?  That's not an obvious option in Sourcetree.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events