当我尝试以下bash命令时:
git clone --bare https://github.com/planetoftheweb/learnangular.git .git
git config --bool core.bare false
Run Code Online (Sandbox Code Playgroud)
其次是:
git reset --hard
Run Code Online (Sandbox Code Playgroud)
它给了我这个错误:
error: `unable to stat just-written` file app/component.app.ts: No such file or directory
error: unable to stat just-written file app/component.artist-details.ts: No such file or directory
error: unable to stat just-written file app/component.artist-item.ts: No such file or directory
error: unable to stat just-written file app/pipe.search.ts: No such file or directory
error: unable to stat just-written file app/app.modules.ts: No such file or directory
Run Code Online (Sandbox Code Playgroud)
是什么原因?
git ×1