文章分类 -  Git使用常见错误

摘要:1. “error: src refspec master does not match any”错误 在git push -u origin master之后,报此错误。 原因如下: 没有将工作区的文件添加到本地仓库中去。 解决办法: 使用git add . 将工作区的所有文件都添加到本地仓库中。 阅读全文
posted @ 2021-10-29 21:24 曼路的个人博客 阅读(29) 评论(0) 推荐(0)