401 Unauthorized error when git push to my remote gitlab server

I’ve migrated from one server to another with my Gitlab-ee-15.0.0 version.
Made restore from backup file with gitlab-secrets.json and gitlab.rb.
But when I trying to change git remote -v and then git push to my new gitlab server, I get:

Enumerating objects: 3, done.
Counting objects: 100% (3/3), done.
Delta compression using up to 12 threads
Compressing objects: 100% (2/2), done.
Writing objects: 100% (2/2), 264 bytes | 264.00 KiB/s, done.
Total 2 (delta 1), reused 0 (delta 0), pack-reused 0
remote: GitLab: 401 Unauthorized
To https://gitlab.server.com/fitnesskit/fitness-backend.git
 ! [remote rejected]   FKB-91_ServiceType_field_for_clubIs -> FKB-91_ServiceType_field_for_clubIs (pre-receive hook declined)
error: failed to push some refs to

I’ve tried to git clone (It works perfectly) to my local and then making git push, but receive this error again
On my local computer I pass login and password in terminal for making git clone and git push

I have the same issue here after migrating to a new server with a backup and restore. Any help would be appreciated.