解决

.js 文件修改成 .jsx 文件 :::warning 尝试用命令提交
git status 查看当前文件的改动
git checkout . 提交所有的改动
git commit -m ‘注释信息’
git push //推送至远程分支 :::