git push failes with "access denied" error on gitlab 7 -



git push failes with "access denied" error on gitlab 7 -

when seek force (from existing repo) new repository on freshly installed gitlab ce instance error:

access denied. fatal: remote end hung unexpectedly

strange thing pushing works first repository created. sec repository gives error.

i installed gitlab (gitlab_7.3.2-omnibus-1_amd64.deb) on fresh digitalocean instance (1gb ram) on debian 7 x64.

an ssh -vt git@[domain] command gives ok: welcome gitlab, ruurd adema!

any ideas of what's going on?

edit: when tying clone sec (empty) repo error:

fatal: '/var/opt/gitlab/git-data/repositories/ruurdadema/encoder.git' not appear git repository fatal: remote end hung unexpectedly

checking repositories folder tells me repository isn't there, wiki of project indeed there.

edit: found error in log of omnibus 7.4.2:

e, [2014-10-24t21:09:32.502741 #11717] error -- : api phone call <post http://127.0.0.1:8080/api/v3/internal/allowed> failed: 500 => <{"message"=>"500 internal server error"}>.

make sure don't have same public key registered twice (on 2 different projects).

the issue 6908 mentions:

i had 2 identical keys on 2 different projects, added them separately, worked before of sudden 'access denied' on git pull. tried delete both keys key not removed authorized_keys file, removed line manually , added deploy key again. added 1 key , on sec project enabled existing key.

maybe not bug anymore in sentiment authorized_keys file should cleaned more carefully.

gitlab

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -