What should I do if the Linux system Git cannot exit completely (exit code 128 or 1)?

  

GIT has replaced SVN for most Linux users because of its more convenient operation. However, in the use of GIT, users have encountered some problems, such as GIT can not completely exit (exit code 128 or 1), let's take a look at the solution to this problem with Xiaobian.

git error code 128 or 1, after git is installed, error is reported when using tortoisegit or command git pull. Figure:

git pull unable to download the code because of a problem with your ssh client using ssh link is not on

Solution:

The current project right - TortoiseGit -> Settings -> Network

SSH client Set C:\\Program Files\\TortoiseGit\\bin\\TortoisePlink.exe

Change to C:\\Program Files (x86)\\Git\\bin \\ssh.exe

is the ssh path of your git

The above is the solution that GIT can't exit completely (exit code 128 or 1). Linux users who have this problem have it. Let's try this solution recommended by Xiaobian for everyone.

Copyright © Windows knowledge All Rights Reserved