踩坑记录

  1. 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"

posted @ 2021-09-04 21:03  桃不狸心  阅读(1424)  评论(0)    收藏  举报