Push failing with GitLab
Getting following error while pushing Pushing to
https://[email protected]/foo/bar.git
remote: You 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://[email protected]/foo/bar.git/': The requested URL returned error: 403
1 Answer
7 years ago by Divya
This is because you have to accept the GitLab's new Terms (GDPR), Follow the below steps to do that
1. Login to GitLab at https://about.gitlab.com/
2. Navigate to https://gitlab.com/-/users/terms
3. Accept the terms as shown below
7 years ago by Karthik Divi