我将 go & react 代码推送到了 github。
Go 代码已成功提交,但 React 代码未成功提交。
React 内容是由create-react-app
.
article
├ api
│ └ main.go
└ client
└ React content made by create-react-app
这是目标github
https://github.com/jpskgc/article
我尝试了以下命令,但没有解决。
error: the following file has staged content different from both the
file and the HEAD:
client
(use -f to force removal)
$ git rm --cached client -f
rm 'client'
我也尝试了以下命令,但问题没有解决
$ rm -rf client/.git
client 文件夹的内容将在 github 中提交。但实际上没有Promise。