I have created a repository in gitlab web ui and tried to push my local repository. I added remote repo using the following command:
$ git remote add origin test@x.x.x.x:project.git
Then I tried to push but it errors. I don't use ssl. I want to use plain text connection.
$ git push origin master
test@x.x.x.x's password:
Permission denied, please try again.
test@x.x.x.x's password:
Permission denied, please try again.
test@x.x.x.x's password:
Permission denied (publickey,password).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.