ae6623
git clone xxx.git
cd fwspp-react
git init
touch README.md
git add README.md
git commit -m "add README"
git push -u origin master
git checkout -b daily/0.0.1
git push origin daily/0.0.1

切记,一定要先git init/push一些文件到远程origin仓库,否则创建仓库分支会报错

rror: src refspec master does not match any.
error: failed to push some refs to \'git@xxx.git\'

分类:

技术点:

相关文章:

  • 2021-11-19
  • 2021-11-19
  • 2022-02-07
  • 2022-01-11
  • 2021-11-19
  • 2021-11-19
  • 2021-04-14
  • 2022-01-06
猜你喜欢
  • 2021-11-19
  • 2022-01-29
  • 2021-11-19
  • 2022-12-23
  • 2021-11-19
  • 2022-12-23
相关资源
相似解决方案