Скачать шаблон с одного репозитория
После в нем выполнил команду
git remote set-url origin git@gitlab.com:user738/myproject.git
Но почему-то вылетает ошибка
Enumerating objects: 53, done.
Counting objects: 100% (53/53), done.
Delta compression using up to 12 threads
Compressing objects: 100% (43/43), done.
Writing objects: 100% (53/53), 56.11 KiB | 28.05 MiB/s, done.
Total 53 (delta 5), reused 36 (delta 3)
remote: GitLab: You are not allowed to force push code to a protected branch on this project.
To gitlab.com:user738/myproject..git
! [remote rejected] main -> main (pre-receive hook declined)
error: failed to push some refs to 'git@gitlab.com:user738/myproject..git'
Пробовал выполнять команды (почту свою вписывал)
git config --global user.name user738
git config --global user.email myemail@example.com