Installing Git

In order to clone the repository using CLion, you need to install Git.

Simply open the terminal (ctrl+alt+t) and use these commands to install Git:

Update apt:  
sudo apt-get update  
sudo apt-get upgrade  

Install Git:
sudo apt-get install git-all    

You can verify if Git is installed:  
git version

Leave a comment

Design a site like this with WordPress.com
Get started