Git installed on a machine with Win 7 64. Any attempt to clone something from a remote repository writes the following
$ git clone ssh://root@<address>/gittest test Cloning into 'test'... fatal: protocol error: bad line length character: root Access denied Access denied Access denied Access denied βββββββββ ββββββ: Server sent disconnect message type 2 (protocol error): "Too many authentication failures for root" If I just connect via ssh, then everything is fine
$ ssh root@<address> root@<address>'s password: Tell me how to fix the problem with git, please.
PS Put the program SourceTree. With the help of it, everything turns out to be cloned, but I would like to understand why it is impossible to do this through Git itself.
ssh://, is the error the same? - aleksandr barakin