Git error: "The remote end hanged unexpectedly, invalid characters in (..path ..)"

I get this error on my windows machine as from tortoiseGIT / GIT UI / command line

fatal: invalid characters in /apps/saturn fatal: The remote end hung up unexpectedly git did not exit cleanly (exit code 128) 

Can anyone suggest what is wrong with him, and what are the invalid characters, error messages relate to

+6
source share
1 answer

I have never used git under Windows systems, but Linux perror says

 > perror 128 OS error code 128: Key has been revoked 

So, maybe you have some problems with loggin for a foreign host to which you configured the remote configuration.

0
source

Source: https://habr.com/ru/post/913105/


All Articles