jcubic / git

GIT Web Terminal
https://git-terminal.js.org/
MIT License
89 stars 47 forks source link

`git checkout` hangs #20

Open dragoncoder047 opened 1 year ago

dragoncoder047 commented 1 year ago

image

The branch exists and is not corrupted, but the isomorphic-git gets stuck.

jcubic commented 1 year ago

It seems that checkout thinks that this is a file and it throws an unhandled promise rejection about the missing file.

jcubic commented 1 year ago

Sorry, I'm not able to make the project work locally. I can't even clone a repo. I think that I will need to update the isomorphic-git library and use lightning-fs which is more reliable.