ish-app / ish

Linux shell for iOS
https://ish.app
Other
16.73k stars 878 forks source link

git deltas don’t reinit after break #1546

Open 62f opened 3 years ago

62f commented 3 years ago

image

ev-dev commented 2 years ago

I seem to be having some issue with using git similar to this related to cloning/pulling repos that need to resolve deltas.

For me git just hangs at 0% resolving deltas when trying to clone asdf version manager

Anyone have a clue what would break git like this in iSh?

fer-c commented 2 years ago

I had the same issue and got fixed following this comment

From https://github.com/ish-app/ish/issues/1551#issuecomment-912081215

Did you try: git config --global pack.threads 1 ? Git under iSH does not seem to like multi-threading...