Checkout Project on CLion

Hello

Hello, this time I want to share how to Checkout Project from Github to CLion, immediately wrote cekidot.

Checkout Project

Welcome to CLion

If you open the application menu CLion will appear like this, and to Checkout Project you can select the “Checkout project from version control” then select “GIT” in the dropdown menu.

Select the Project on GitHub

After that you select the Project that you want Checkout and copy / clone git link it with the way push the button “Clone or Download” and display a link to the checkout, and you can copy the link.

clone Repository

Once you’ve selected the “Git” in Checkout project from version control CLion, will appear like this, and you Paste the link that has your copy on github, and do not forget to press the “Test” to test whether the link is successful or we have done right, if successful will have the words “Sucessful connection” means what we are doing is correct, and click the button “Clone”.

Project Clone

After successfully Clone will appear like this, but the clone process takes some time to prepare the file.

Via Command Line Tools

———————————–
“git clone 
https://github.com/poncoe/Chainsmoker_DataStructure. git
” ———————————–

on kodingan above is the Project Checkout via Command Line Tools.

Post Author: Study