We are receiving the following message when trying to push commits to our GIT repository from SourceTree. I have one coworker that has had this working fine, and all of the sudden it doesn't. And for myself, I push to multiple GIT repositories. I got a new computer and one of the repositories works fine, and the other now throws this error. Any suggestions?
git -c diff.mnemonicprefix=false -c core.quotepath=false push -v --tags origin master:master
POST git-receive-pack (863 bytes)
remote:
remote: =====================================================================
remote: You cannot push the following commits as they are authored by users not known to Stash by author name:
remote:
remote: b62d081ae12: acameron <acameron@uplandsoftware.com>
remote:
remote: Check your gitconfig has the correct author name, or contact an administrator.
remote: =====================================================================
remote:
remote:
Thanks!
It looks like you have a hook on the repository that is verifying the committer. Bitbucket Server 5.0 added a new committer verification hook, see https://www.atlassian.com/blog/software-teams/enterprise-devops-bitbucket-server-5-bamboo-6.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you please specify the version of Sourcetree and OS on which you are seeing this error?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.