Thursday, March 11, 2021

Git: fatal: protocol error: bad line length character: logi

 I was getting this error when I tried to clone a git repro

fatal: protocol error: bad line length character: logi


Solution:

add username in front of the hostname, e.g.

git clone ssh://username@hostname/repo

No comments: