【发布时间】:2021-10-01 17:51:26
【问题描述】:
我将 react-app 部署到 GitHub 上,当我打开它时,它显示自述页面
我遵循了这些命令
git init
git add .
git commit -m 'upload'
git branch -M main
git remote add origin https://github.com/charyyev2000/React-Quiz-App.git
git push -u origin main
【问题讨论】:
-
你用过 gh-pages 吗??
-
不,我只是按照这些命令,没有别的
-
这些命令用于创建 repo 而不是部署
-
我该怎么办?
标签: reactjs github deployment