fatal: The remote end hung up unexpectedly
Created by: Altair-Z
Installed GitLab to Ubuntu Server 12.04. Everything worked fine. Trying to add a test repo Gitlab says:
mkdir test cd test git init touch README git add README git commit -m 'first commit' git remote add origin git@DOMAIN-HERE:root/test.git git push -u origin master
But when I try to "git push -u origin master" it says: Warning: Permanently added 'DOMAIN,IP' (ECDSA) to the list of known hosts. fatal: The remote end hung up unexpectedly