1.
解决办法:
当在最后提交的时候,出现的错误。
git remote rm origin
执行下面代码:
git remote add origin https://github.com/haohuihai/tour.git
最后提交到仓库:
git push -u origin master