How To Clone A Public Git Repository In Netbeans 8.2
How To Clone A Public Git Repository In Netbeans 8.2
How To Clone Git Repository In Netbeans 8.2 Youtube Video Tutorial :
How to clone a public Git repository without authentication
- Open NetBeans, go to Team and select Clone.
- Then go to GitHub and select the project you want to clone.
- On the next screen paste the clone https URL along with your GitHub credentials if you’re cloning a private repo but in this case we are cloning public repository so we are not going to enter any credentials because no authentication is required.
- Select the remote branch you want to use: I have selected Master.
- Specify the clone name and parent directory where the project will be cloned to (Or Saved) on your computer.
- Eventually, Press the finish button.
Step 1. Open NetBeans, go to Team and select Clone.

Step 2. Then go to GitHub and select the project you want to clone.

Step 3. On the next screen paste the clone https URL along with your GitHub credentials if you’re cloning a private repo but in this case we are cloning public repository so we are not going to enter any credentials because no authentication is required.

Step 4. Select the remote branch you want to use: I have selected Master.

Step 5. Specify the clone name and parent directory where the project will be cloned to (Or Saved) on your computer.
READ MORE How To Login, Logout And Register Using Php, Html Forms, Sessions, - Login System Tutorial

Step 6. Eventually, Press the finish button.
