Angularjs Angular cli gitpages部署删除了我的本地项目,并且没有';不部署

Angularjs Angular cli gitpages部署删除了我的本地项目,并且没有';不部署,angularjs,git,github,Angularjs,Git,Github,Per: 最初我运行了这个,但它不起作用。所以我跑了: git添加。 git提交-m“初始部署” 然后跑: ng github页面:部署--用户页面--消息“可选提交消息” 它经历了许多步骤,我创建了GitHub令牌并将令牌提供给它。然后它问我的用户名,然后它吐出来: Command failed: C:\Windows\system32\cmd.exe /s /c "git clean -f -d" warning: failed to remove src/app warning: fail

Per:

最初我运行了这个,但它不起作用。所以我跑了: git添加。 git提交-m“初始部署”

然后跑: ng github页面:部署--用户页面--消息“可选提交消息”

它经历了许多步骤,我创建了GitHub令牌并将令牌提供给它。然后它问我的用户名,然后它吐出来:

Command failed: C:\Windows\system32\cmd.exe /s /c "git clean -f -d"
warning: failed to remove src/app
warning: failed to remove src/assets

There was a permissions error during git file operations, please close any project files/folders and try again.  You might also need to return to the master branch manually.
在那之后,噗,除了那些文件夹,所有的文件都消失了。此外,没有任何内容上传到github

幸运的是,我在这个项目上没有做太多的工作,但很好奇我做错了什么