Tool/software: Code Composer Studio
Hi!
What is the correct sequence in order to successfully clone GitHub project to CCS? I have followed this step-by-step guide
- I create an empty workspace in CCS.
- Clone a GitHub project to this workspace (here is a sample project that I use for testing).
- Then I'm trying to import it in CCS by "Import CCS Project" and Browsing to my workspace. It is successfully discovered, but when I try to finish error pops-up saying: "Invalid project description path\...\myProjectName overlaps the location of another project: myProjectName"
I was able to import the project by firstly cloning it to another folder and then Importing it with CCS to my workspace by ticking "Copy project into workspace", but it is dodgy and loses synchronization with GitHub Desktop app.