git错误整理
- 游戏开发
- 2025-08-04 00:45:01

remote: Support for password authentication was removed on August 13, 2021.
参考:这篇即可
GnuTLS recv error (-110): The TLS connection was non-properly terminated.执行下面的指令:
git config --global http.sslVerify false参考:这篇即可
GnuTLS recv error (-110): The TLS connection was non-properly terminated.执行下面的指令:
git config --global http.sslVerify false