【GitHub】新建仓库+连接超时问题
创建仓库
上传本地的文件
右键点击项目文件夹
git bash here
首次上传
git init git add README.md git commit -m "first commit" git remote add origin https://github.com/E1evenCc/Calculus.git git push -u origin master
再次上传
git remote add origin https://github.com/E1evenCc/Calculus.git git add 文件名称或者 git add. git commit -m "这是注释内容" git pull origin master git push -u origin master
解决github 打开、拉取、推送速度慢的问题
一、进入ipaddress.com查找以下域名对应的IP地址
1、github.com
2、github.global.ssl.fastly.net
二、更新host文件
三、刷新DNS
ipconfig /flushdns