IntelliJ ஐடியா என்பது முன்பே மகிழ்ச்சியா திட்டம் உருவாக்க எப்படி?
இங்கே 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 -> கிட்ஹப்

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

