Tips and tricks
Modify the Commit Author of the Last Commit
Specifically for this error: remote: GitLab: Your git author name is inconsistent with GitLab account name
Use this git command:
git commit --amend --author="{{YOUR_NAME}} <{{YOUR_EMAIL}}>" --no-edit
To check the last commits, maybe one of the commits is the culprit:
git log -n 5