Git报错信息

1.

 解决办法:

 

当在最后提交的时候,出现的错误。

 解决办法:

git remote rm origin

执行下面代码:

git remote add origin https://github.com/haohuihai/tour.git

最后提交到仓库:

git push -u origin master
原文地址:https://www.cnblogs.com/haohuihai/p/13191119.html