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

后端 未结 17 1084
太阳男子
太阳男子 2020-11-30 16:44

I get this error when I try to pull from remote repository using Egit team>pull

The current branch is not configured for pull No value for key branc

17条回答
  •  不知归路
    2020-11-30 16:58

    While committing, if you encounter this problem. Try this simple approach:

    1. Team-> Push to upstream - A popup opens.
    2. Copy your URI and paste in that popup.

    You branch get configured to pull/push. Your code changes will be pushed to repositary.

    Thanks

提交回复
热议问题