When I try the following bash commands:
git clone --bare https://github.com/planetoftheweb/learnangular.git .git
git config --bool core.bare false
followed by:
git reset --hard
it gives me this error :
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
what is the reason?