Configure Bit bucket git repository in your Eclipse

Configure Bit bucket git repository in your Eclipse

Step 1-

Register for Bitbucket. Login using credential in bitbucket.

https://bitbucket.org/

Once login you will see dashboard. Select project.


Then you will see the project screen. Copy repository URL



Start Eclipse then Right click on Project explorer select import




Then Select import category of project as Git. Then you will see Project from Git option. Select and
then Click on Next



Then it will ask you select a location of git repositories
Select CLONE URI



Paste repository URL in URI section Which we have copy from Step 1 above.
Once you paste URL then Host and Repository path will automatically filled.
In Authentication Section put your user name and password of bit bucket and click next



Then you will see the project and branch list of this project. If you want work in specific branch
then select only that branch. Otherwise select all branch and clone it in your local system



then configure local storage location for your project.
Select Initial branch for work.
Then click next It will import project in your local system.







Once your project has been successfully clone on local system. By default “Import existing
Eclipse projects” selected.


Just click next and you have done. Click on finish

Just wait for finish and update and validation of project and downloading Maven dependencies
other wise you will see some error till eclipse finish his task.

Once Eclipse finish its task all project errors has been resolved.
You can start Coding.

No comments:

Post a Comment