0
点赞
收藏
分享

微信扫一扫

error: src refspec master does not match any

妖妖妈 2022-08-03 阅读 132

 

原因分析:

引起该错误的原因是目录中没有文件,空目录是不能提交上去的

解决办法:

$ touch xxx

$ git add -A .

$ git commit –m ’xxx’

$ git push origin master

 



举报

相关推荐

src refspec master does not match any

0 条评论