主要问题是脚手架添加.gitgnore文件,但是却没有本地仓库,按照以下顺序就可以正常使用

create-react-app test
cd test

 

git init
git add .
git commit -m 'Saving before ejecting'

 

npm run eject

 

 




相关文章:

  • 2022-12-23
  • 2021-10-15
  • 2021-10-01
  • 2021-08-19
  • 2023-03-05
  • 2022-12-23
  • 2022-12-23
  • 2021-11-03
猜你喜欢
  • 2021-09-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-05
  • 2021-11-25
  • 2022-12-23
相关资源
相似解决方案