赞
踩
git init
git add .
origin后面的地址是你刚刚自己复制的地址
git remote add origin https://github.com/819879012/blog.git
git commit -m “你想要提交的备注信息”
git pull origin master
git push origin master