Repo upload a remote rejected exception occurred while uploading commits

Source: Internet
Author: User

Some of the key exception contents are:

。。。。。。

Remote:ERROR:committer Email Address%%%%%%

Remote:ERROR:does not match your user account.

。。。。。。

Remote:ERRO:The following address is current registered:

remote:error:******


... [Remote REJECTED]XXXX (branch name) ... (Invalid committer)

Error: Unable to push some apps to ....


Workaround:

The above-mentioned red part of the key to solve the problem, literally we can see as invalid submitter, that is, the submitted account is wrong, and then combined with the blue part of the character we can confirm that the problem by the submission code email address error, This problem generally occurs because we configure the GIT user name and the mailbox when the configuration is inconsistent with the server. So we just need to reconfigure, from the exception we can see the mailbox address on the server is an asterisk, and our locally configured mailbox address is a percent, so we only need to configure the local mailbox to ******.

The preparation method is as follows:

git config--global user.email "your email"

git config--global user.name "your name"


Repo upload a remote rejected exception occurred while uploading commits

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.