Email address not allowed error when pushing to remote

Rafa de King

I am getting an email address not allowed error why pushing to the remote.

git -c diff.mnemonicprefix=false -c core.quotepath=false -c
credential.helper=sourcetree push -v --set-upstream origin
refs/heads/feature/BROC-133_my_branch:refs/heads/feature/ROC-133_my_branch

Pushing to

ssh://[email protected]:222/var/lib/git/broccoli-ios.git remote:
Email address '[email protected]' in commit 067e3d3 not allowed when
updating refs/heads/feature/ROC-133_my_branch         To
ssh://[email protected]:222/var/lib/git/xxx-ios.git  !

[remote rejected] feature/ROC-133_xxx ->
feature/ROC-133_xxx (pre-receive hook declined) error:
failed to push some refs to
'ssh://[email protected]:222/var/lib/git/xxx-ios.git'

Completed with errors, see above

Any ideas what might be the issue?

CodeWizard

The error is explained here:

feature/BROC-133_xxx (pre-receive hook declined) error:

Your server side pre-receive hook deny your email address from pushing code into the desired repo or branch.

You have to contact your git administrator to modify the hook and allowing you to commit your code.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

Error when pushing to remote master branch on GitHub from VSCode

Git error when pushing (remote failed to report status)

Git error: remote unpack failed when pushing to a bare repo

What characters are allowed in an email address?

Error when Pushing to GitHub

Are comments allowed in email address domain part?

javax.mail error when parsing email address header with '[' character

Error when click on a phone number or email address in TextView

Laravel error when sending custom email address using smtp server

error pushing to a remote branch previously created

Empty folder when pushing from local to remote

Preserve remote target when git pushing

Error when pushing int to vector

Github error when pulling and pushing

SSL error when pushing to Github

Email Router - when updating Mailbox's email address returns SQL timeout error

Hide "To Email" Address when sending email

Get "Target URL ... is not allowed" error message when actioning Outlook actionable message for external email user

Are unquoted consecutive (like) special characters allowed in an email address?

mup deploy Timed out error with a wrong Pushing address

Git reset hard throwing error on pushing changes to remote

Pushing mocks to remote wiremock server fails with "JSON Parsing" Error

Visual Studio error pushing to remote git - git-tfs migration

When pushing to remote repositories, what is the difference between these two rejection messages?

Git won't use second set of credentials when pushing to remote

How to avoid merge commits from Git pull when pushing to remote

git: "pack has bad object" when pushing to remote

How to change Git remote answer when pushing a branch in Gitlab?

"Precompiling assets failed" error when pushing to heroku