តើធ្វើដូចម្តេចដើម្បីបង្កើតគម្រោងដែលមានស្រាប់នៅ GitHub IDEA IntelliJ?
ខាងក្រោមនេះជាជំហានសម្រាប់ការបង្កើតគម្រោងថ្មីពីគម្រោង GitHub ដែលមានស្រាប់ក្នុង IDEA IntelliJ. ឧទាហរណ៍នេះប្រើគម្រោងមួយ Kotlin, ទោះបីជាជំហាននេះគឺដូចគ្នាសម្រាប់ប្រភេទនៃគម្រោងណាមួយ.
- ធានាថាអ្នកបាន Git ដែលបានដំឡើង. បើអ្នកបានដំឡើងរួចហើយបន្ទាប់មកផ្លាស់ទី Git លើការបោះជំហាន #2.
- You can install git using chocolatey package manager.
- To install chocolatey package manager, open an administrative command prompt and copy and paste the following command. If you already have chocolatey installed then you can skip this step.
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" - Next install git by copy and pasting the following command into the same administrative command prompt
cinst -y git - Close the administrative command prompt
- To install chocolatey package manager, open an administrative command prompt and copy and paste the following command. If you already have chocolatey installed then you can skip this step.
- You can install git using chocolatey package manager.
- Open any existing project in IntelliJ IDEA.
- Then goto File -> New -> Project from Version Control -> GitHub

តើធ្វើដូចម្តេចដើម្បីនាំចូលគម្រោង GitHub ដែលមានស្រាប់ចូលទៅក្នុងគំនិត IntelliJ - Make sure the Login to GitHub dialog has Host: github.com

- Click Create API Token button
- Enter your github.com username and password
- Press Login

- Press Login again
- Make sure the Login to GitHub dialog has Host: github.com
- Once logged in expand the Git Repository URL by pressing the down arrow icon and select the project that you would like to Create

- Click Clone
- If prompted choose This Window
Your project is now created in IntelliJIDEA from your project in GitHub

