After reloading the system, GIT push and SSH login to the remote server failed all the time. Before reloading the system, we didn’t find this problem
Later, SSH – V logged in to check the log and found that it was stuck in debug1: SSH2_ MSG_ KEXINIT sent。 Until the last link fails
I checked a lot on the Internet and found that it was because the MTU value was too large
Refer to https://blog.csdn.net/wjciayf/article/details/76916075
http://techbackground.blogspot.com/2013/06/path-mtu-discovery-and-gre.html
Then set the MTU value
The configuration in “hardware” is changed from “automatic” to “manual”, and MTU is set to standard. After that, it’s OK
Similar Posts:
- 「ImportError: libcublas.so.10.0: cannot open shared object file: No such file or directory」
- Installing mingw64 and msys2 in win10
- FTP upload file error: failure writing to local file
- Missing libiconv-2.dll solution and unable to locate input point libiconv-2.dll to DLL
- Foxmail configuration Netease enterprise mailbox – err unable to log on solution
- [791] Maven configuration error and the Java_ The solution of home environment variable is not defined correctly
- Quickly solve the problem of “RSA public key not find” in Navicat
- bash :startx command not found
- failed: OCI runtime create failed: container_linux.go:348
- fatal:’origin’ does not appear to be a git repository fatal:Could not read from remote re…