You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root ERROR The command `git checkout-index -f -u HEAD -- CHANGELOG.md` exited with an unexpected code: 1. The caller should either handle this error, or expect that exit code.
root ERROR git checkout-index: HEAD is not in the cache
root ERROR Request unstage failed with error: git checkout-index: HEAD is not in the cache
GitError: git checkout-index: HEAD is not in the cache
at new GitError (/workspace/theia/node_modules/dugite-extra/lib/core/git.js:87:28)
at Object.<anonymous> (/workspace/theia/node_modules/dugite-extra/lib/core/git.js:262:27)
at step (/workspace/theia/node_modules/dugite-extra/lib/core/git.js:56:23)
at Object.next (/workspace/theia/node_modules/dugite-extra/lib/core/git.js:37:53)
at fulfilled (/workspace/theia/node_modules/dugite-extra/lib/core/git.js:28:58)
at processTicksAndRejections (internal/process/task_queues.js:94:5)
Additional Information
Operating System:
Theia Version:
The text was updated successfully, but these errors were encountered:
Bug Description:
Steps to Reproduce:
Discard All Changes
, confirm the dialog.I found this when I was reviewing #9324.
Error from the backend:
Additional Information
The text was updated successfully, but these errors were encountered: