Strange error in gitlab: fatal: protocol error: bad line length character: Depl
git, gitlab
Solution
Found what is was problem: I just forgot to add deploy key to repo =/ After that issue was solved.
Problem
On one of my servers, when I'm try to pull/ls-remote fresh-created repo on gitlab, I'm getting these error: ``` git ls-remote git@gitlab.com:mas-vem/dinnerdelivery.git fatal: protocol error: bad line length character: Depl ``` If I'm trying to ls-remote one of earliest created repositories, all is fine. When I'm run this command: ``` ssh git@gitlab.com git-receive-pack mas-vem/dinnerdelivery.git ``` I'm getting this error: ``` Deploy key not allowed to push ``` But I doesn't want to push =/ What it could be? Does it is gitlab issue or error on my side?