I’ve set up an account on Gitlab. I’ve uploaded an SSH key.
Within Gitlab I’ve created a new git repo. Now I’d like to push to it.
When I run ‘git push -u origin --all’ I get the following response from the terminal:
remote:
remote: ========================================================================
remote:
remote: You (*****) must accept the Terms of Service in order to perform this action. To accept these terms, please access GitLab from a web browser at https://gitlab.com.
remote:
remote: ========================================================================
remote:
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
This doesn’t tell me much.
Is there a way to get more detailed diagnostics?