创建main分支后,想新增一个文件夹上传到main分支中报错

On branch main
Your branch is up to date with 'origin/main'.

Untracked files:
  (use "git add <file>..." to include in what will be committed)
	searchConfig-frontend/

nothing added to commit but untracked files present (use "git add" to track)

去到项目所在文件夹,,然后执行下面脚本即可

 1.git add searchConfig-frontend/

 2.git commit -m  searchConfig-frontend


 

Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐