Não é possível empurrar para git na autenticação do servidor local (chave pública) e, em seguida, desconectar

1

Recentemente, configurei um servidor de teste local com o Gitlab seguindo este guia link

Estou tentando fazer meu primeiro commit usando uma conta de administrador que criei na interface do Gitlab. Eu adicionei minha chave pública, é a única chave que tenho gerado 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 é o 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

Sendo preso nessa situação, quais são algumas coisas que posso fazer para tentar corrigir esse problema? Eu tenho acesso root no cliente (mac) e no servidor (Ubuntu 14).

    
por Matkey 28.09.2015 / 23:41

0 respostas

Tags