Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / DevOps / Git

SourceTree Issue: This is Not a Valid Working Copy Path

30 Nov 2016CPOL 8.2K  
We will discuss a quick tip to resolve the SourceTree issue mentioned in the title.

This article appears in the Third Party Products and Tools section. Articles in this section are for the members only and must not be used to promote or advertise products in any way, shape or form. Please report any spam or advertising.

Introduction

We will discuss a quick tip to resolve the SourceTree issue mentioned in the title.

Background

My system got upgraded to Windows 8.1 and I had to install all required software for the development work. I use SourceTree as a tool for Git commands for the projects. So, I installed that again after the format.

Problem

Unfortunately, when I started adding the projects as working copy, it complained that “This is not a valid working copy path“. The error is not very self explanatory, which triggered research work.

Solution

Before I landed upon the solution, I had visited all available menu options in SourceTree to find out the problem. Finally, something engrossed me. I was on Git Tab.

Tools -> Options -> Git

I found some buttons saying “Use Embedded Git“, “Use System Git” at the bottom. So, I suspected that Git is not yet enabled for SourceTree. Therefore, it is not able to identify my commands. I enabled it, that’s why it is shown as disabled below:

SourceTree Git Settings

SourceTree Git Settings

Voila!!! Everything started working as expected.

Help Someone

Share in your circle. Keep coding folks.??

Thanks for reading, have a great day ahead.

Image 3 Image 4

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)