Link

Troubleshooting

This section relates common issues with their probable causes and solutions.

IssuePossible reasonSolution
Cannot Connect to gitThe login information is incorrectCheck that the provided login information is accurate
 Network issuesRun your OS network diagnostics tool
When I open CLion, I cannot see the project I createdThe project has been removed from your active project listIn the [Starting window] Click open, the [Mac open dialog window] will appear. Find the folder containing your project and click open.
 The project has been deletedIf the project was uploaded to Github, download it and open the project folder with CLion from the [starting window]
  Try recovering the project from the macOS Trash
Cannot see text after changing colorThe background color is the same as the text colorRedo the change color scheme procedure and ensure the background color is not the same as the text color
Cannot run the new executable I just addedThe path specified in the CMakeList.txt is incorrectAssert that the entered file path is correct
 The source file has no main functionCreate a main function in the source file
 CMakeList.txt was not reloadedOpen the CMakeList.txt file and assert that the “Reload changes” ribbon is not present when CMakeFile.txt is open. (See procedure Add a new executable to project” step 7)
 Text casing in the CMakeList.txt is incorrectAssert that the casing of the text in the CMakeList.txt file is correct

Can not find your issue here? check out the official CLion Platform Support.