Fix git bad line length character

The error Git Remote: Error: fatal: protocol error: bad line length character: {some 4 chars} indicates that the git ssh command has got back an invalid response, namely some characters where it was expecting a 4-byte length value.

This is probably due to an error and the 4 chars in the error message will be the first 4 chars of the error response.

To investigate the error further to find the fix needed …

Read More