Recentemente configurei um servidor de teste local com Gitlab seguindo este guiahttps://www.digitalocean.com/community/tutorials/how-to-set-up-gitlab-as-your-very-own-private-github-clone
Estou tentando fazer meu primeiro commit usando uma conta de administrador que criei na interface do Gitlab. Adicionei minha chave pública, é a única chave que gerei no computador cliente. Esta é a minha saída ao tentar empurrar:
$ git push -u origin master
Access denied.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
E este é meu auth.log
Sep 28 23:35:32 KSubuntu02 sshd[1124]: Accepted publickey for git from 10.2.0.26 port 54658 ssh2: RSA fd:a6:2b:48:5d:9d:f9:6d:1a:93:cf:6e:f5:93:28:ac
Sep 28 23:35:32 KSubuntu02 sshd[1124]: pam_unix(sshd:session): session opened for user git by (uid=0)
Sep 28 23:35:32 KSubuntu02 systemd-logind[5524]: New session 33 of user git.
Sep 28 23:35:32 KSubuntu02 sshd[1172]: Received disconnect from 10.2.0.26: 11: disconnected by user
Sep 28 23:35:32 KSubuntu02 sshd[1124]: pam_unix(sshd:session): session closed for user git
Estando preso nesta situação, o que posso fazer para tentar corrigir esse problema? Tenho acesso root no cliente (mac) e no servidor (Ubuntu 14).