描述
在使用git 添加本地已有的git文件夹到GitHub时, 使用GitHub提示的命令:
git remote add origin https://github.com/xxx/xxx.git
git push -u origin master
第一步顺利执行, 第二步命令行报错:
error: src refspec master does not match any.
error: 无法推送一些引用到 ‘https://github.com/xxx/xxxxxx.git'
技术博客
在使用git 添加本地已有的git文件夹到GitHub时, 使用GitHub提示的命令:
git remote add origin https://github.com/xxx/xxx.git
git push -u origin master
第一步顺利执行, 第二步命令行报错:
error: src refspec master does not match any.
error: 无法推送一些引用到 ‘https://github.com/xxx/xxxxxx.git'