- gitlab登錄報錯Could not authenticate you from Ldapmain because "Invalid credentials for username
---檢查密碼包含的特殊符號,如?與*等會出現上述報錯(非必現)
---------------2021/11/11更新--------------------
2.push代碼到github報錯Failed to connect to github.com port 443: Timed out
---檢查本地hosts文件中是否有github.com,有注釋掉即可
3.push代碼到github報錯 failed to receive handshake, SSL/TLS connection failed
---任意位置打開git命令行界面(git bash here),輸入git config --global http.sslBackend "openssl"