This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I saved all my ccs project to source control and push to git hub.
When I git cloned the saved files to my repository in linux, I don't see the .ccsproject files by ls -l.
I can see .ccsproject by ls -a.
After mapping my linux repo folder to my windows drive, I can see the .ccsproject file but it is hidden and I can't change the attribute.
Any idea?
I'm not sure I understand the question. Are you asking how to view the hidden files in Linux or how to import the project? For importing the project, it should not matter that the file is hidden as long as it exists in the directory.
I personally have not used git, but am surprised that you are not able to import a cloned project.
Perhaps this related thread will be helpful: https://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/407947