I trying to push my local branch code to the master of a new repo. These are Gitlab repos. But I keep getting this error -
remote: You (@user) must accept the Terms of Service in order to perform this action. Please access GitLab from a web browser to accept these terms. fatal: unable to access 'https://gitlab.com/project/project-ios.git/': The requested URL returned error: 403
@user is not me. I don't know what is happening.
I committed my local branch, open another remote on gitlab and on terminal wrote
git push https://gitlab.com/new_project/new_project-ios +local_branch:master
which I found here!.
The person @user was working on a different repo before me. The repository I'm working in is created a few months ago and this person was not added as a member.