当我尝试将所有文件添加到 gitRepo 时,它说:
$ git add .
error: 'ConnectorApp/' does not have a commit checked out
fatal: adding files failed
Run Code Online (Sandbox Code Playgroud)
当我尝试删除空文件夹时,它说:
$ git rm ConnectorApp/
fatal: pathspec 'ConnectorApp/' did not match any files
Run Code Online (Sandbox Code Playgroud)
是否有其他解决方案可以清除此空文件夹以将文件添加到我的 gitRepo?
git ×1