Egit problems The current branch is not configured for pull No value for key branch. master. merge found I

Source: Internet
Author: User

Error: The current branch is not configured for pull No value for key branch. master. merge found in configuration


Solution:


To fix this problem in Eclipse, open the Windows menu and select Show View/Other/Git Repositories.

From the Git Repositories tab:

  • Expand your local repository (note: this is the root directory in that tab)
  • Right click on Remote
  • Click on Create Remote...
  • Remote name = origin
  • Next to Siri press the Change button
  • CTRL+SPACEOn URI
  • Select the remote location
  • Press Finish
  • Press Save and Push

Again, from the Git Repositories tab:

  • Right click on origin
  • Select Configure Fetch...
  • On Ref mapping press the Edit (Advanced )...
  • Press Add All Branches Spec
  • Select the Force Update checkbox
  • Press Finish

Again, from the Git Repositories tab:

  • Right click on your local repository
  • Select Properties
  • Press New Entry...
  • Enter the following two keys:

(1)

Key = branch.master.remoteValue = origin

(2)

Key = branch.master.mergeValue = refs/heads/master


Http://stackoverflow.com/questions/8820668/the-current-branch-is-not-configured-for-pull-no-value-for-key-branch-master-mer/15277441#15277441


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.