Git Eclipse Plug-in Installation _ other

Source: Internet
Author: User
Tags commit

One, the installation of Plug-ins

The way to update plug-ins directly is not always possible, so I often use this approach.

Help->eclipse Marketplace

Search git and then find egit click Install. It's OK.

Second, configure Git

Preparation: Need to create account username and mailbox in https://github.com/

Window->preferences->team->configuration


User.email is the mailbox you bound on GitHub. You can configure User.Name here

You can also set Git's username and mailbox directly from the client as follows:

$ git config--global user.name "pkx" $ git config--global user.email 1028764968@qq.com


Third, add items to Git's warehouse

Selected item mouse Right click->team->start project or Share project


In this step, you successfully create a git warehouse. But the folder is in the untracked state (the symbol "?" in the folder). ), we need to submit code to the local repository below.

Iv. Submission of projects

Select the item right-click-team->commited and the following error occurred:


Solution:

window-preference->team->commited

Remove the use Staging View to commit instead of commit Dialog, as shown below




Set up a warehouse path

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.