Git: Failed to connect to github.com port 443 after 21069 ms: Timed out
https://blog.csdn.net/qq_40378795/article/details/120858883
git clone下来的代码放在哪里,如何放在指定路径
https://blog.csdn.net/pp814274513/article/details/86615355
OpenSSL SSL_read: Connection was reset, errno 10054
https://blog.csdn.net/qq_30310145/article/details/115548426
pycharm配置gitee码云仓库
1、安装git,pycharm中指定git.exe
2、配置git
打开git bash输入下面两句
git config --global user.name 自己gitee的个人资料中的姓名
git config --global user.email 自己gitee账号中绑定的邮箱
2、pycharm安装gitee插件
3、添加gitee账户
4、账户为登录邮箱、和密码,没邮箱的在gitee中绑定
5、成功