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.

CCS Hanging due to GIT Repo

I have been using CCS ver 10.2 on windows 10 without any issues for sometime now. 

However as soon as I have used the "team" drop down and implemented GIT to my projects I have an issue. 

The issue that I have is, if I close CCS and then try and open it again, the program hangs / freezes.  All I can do is "end task" in task manager to get out. 

The one work around that has worked is to delete the metadata file.  There was a mention that if using GIT don't save the repo to the CCS working directory.  I have done this but it has not helped.

Any suggestions on how to reslove this will be appreciated.

Many thanks.

  • I managed to resolve my issue.

    Although I setup a project and added the repo to that project (I think that's what I did?) it appears that I have to create a new repo from within CCS.

    Starting with Git Repositories view

    • Go to CCS menu View->Other->Git->Git Repositories
    • Click on Create a new local Git repository (if it is an empty view) or on the icon Create a new Git Repository and add it to this view
    • Specify a directory within the default directory C:\Users\<username>\git or a different directory. In this example, the directory selected is c:\git\CCSProject
    • Click Finish

    Doing this has seemed to fix the issue now and I am able to close and reopen my projects.  I will see how I get on when I create new branches etc.