Codux Help Center
Browse our articles to find the answers you need
Unable to Clone or Create Project
When cloning a project with Codux, you get the following error message:
Similarly, when creating a new project in Codux, you get this message:
These are indicators that Git is missing on your computer.
Important!
You can't have spaces in a project's name. If you see this error while attempting to create a new project from scratch, go back to ensure that there are no spaces in its name.
Solution: Install Git
You need to have Git installed on your computer before you can create or clone projects, or perform other Git-related tasks. To check if you already have it installed, open your command line and run the following command:
git --version
If you see a message indicating that Git is not a command, or that the command cannot be found instead of getting a version number, it's a sign that it isn't installed on your computer. You can obtain the download and/or installation instructions from git-scm.com.
For more information on this prerequisite, see here.
Was this article helpful?