Estou tentando subir a master no Git Lab e como resposta tenho "acesso negado". Meu usuário e senha estão corretos. Também tenho permissão no Git Lab.
Esses foram os comandos que executei:
git init --initial-branch=master
git remote add origin git@xxx.xxx.jus.br:proj/projeto.git
git add .
git commit -m "Initial commit"
git push -u origin master
Esse foi o problema depois de executar o Git push:
(master): git push -u origin master
git@git.tjam.jus.br's password:
Permission denied, please try again.