so, I tried push my local sources to my repository. but I faced some error : hook declined to update refs/hands/{my branch}

the message is..
remote: Audit failure - Commit {commit hash} - Non-full name : jwmsg
I remembered what I set up
git config --global user.name "jwmsg"
So, I changed my name to Full Name
git config --global user.name "Jaewan Jeong"
And I change The commit log
and I push it
