Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Java Build a JavaFX Application Build a Pomodoro App Explore Existing Code

Error Messages when opening the project file

I tried opening the pomodora project, s3v1 on my IntelliJ IDEA. When I opened it, two error messages appear at the top right of the screen.

The first one is: Can't start Git: git.exe Probably the path to Git executable is not valid.

The second one is: Invalid VCS root mapping The directory <Project> is registered as a Git root, but no Git repositories were found there.

What do these messages mean and how do I fix them?

1 Answer

Seth Kroger
Seth Kroger
56,413 Points

Git is a very popular Version Control System (ie, VCS) used to track changes is source files. It's likely you don't have it installed on your machine and it's not necessary for the course project, but it is highly recommended to do so. It's a common tool you'll be expected to be familiar with.

https://git-scm.com/downloads

Treehouse's GIt Basics course