github上传报错怎么解决 错误编号10054

我的操作流程

打开文件终端

git init

git add . 

开始报很多warning: LF will be replaced by CRLF in assets/fonts/demo.css.
The file will have its original line endings in your working directory这样的错误,大概每个文件都报了

然后我在网上找了一条指令git config core.autocrlf然后就不报错了然后继续输指令

git commit -m "初始化项目"

然后登陆github创建仓库

git remote add origin https://github.com/2000Dragon/bigEvent.git

git push -u origin master

然后等了一会就就报错

 fatal: unable to access 'https://github.com/2000Dragon/bigEvent.git/': OpenSSL SSL_read: Connection was reset, errno 10054

在网上找半天也没有找到,求大佬们解答

 

你上传设置SSL了?