Git报错信息
1.
解决办法:
当在最后提交的时候,出现的错误。
解决办法:
- git remote rm origin
执行下面代码:
- git remote add origin https://github.com/haohuihai/tour.git
最后提交到仓库:
- git push -u origin master
版权声明:本文为haohuihai原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
1.
解决办法:
当在最后提交的时候,出现的错误。
解决办法:
- git remote rm origin
执行下面代码:
- git remote add origin https://github.com/haohuihai/tour.git
最后提交到仓库:
- git push -u origin master