码迷,mamicode.com
首页 > 其他好文 > 详细

解决error: src refspec main does not match any

时间:2021-06-24 17:31:05      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:erro   push   mit   spec   ast   ror   error   question   overflow   

出错的git命令:

git push -u origin main

解决方法:
git show-ref
8c4c7afc8d831dcba4f8989e39eb8286c1657439 refs/heads/master

新命令:

git push -u origin master

成功解决


参考:
https://stackoverflow.com/questions/4181861/message-src-refspec-master-does-not-match-any-when-pushing-commits-in-git

解决error: src refspec main does not match any

标签:erro   push   mit   spec   ast   ror   error   question   overflow   

原文地址:https://www.cnblogs.com/mrlonely2018/p/14923195.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!