ish-app / ish

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

Git clone stuck at “resolving deltas” AND feature request #2003

Closed Pastlecry closed 1 year ago

Pastlecry commented 1 year ago

I tried to reinstall git but didn’t worked as well I’ve had this issue several times after last months update Also it would be good if we had multiple terminals and I thing it’s a really good idea :)

erauner12 commented 1 year ago

Yeah I am seeing the same thing here on the testflight version:

(05:38 ish /main_vault)-> git remote update
Fetching origin
fatal: unable to access 'https://github.com/erauner12/main_vault.git/': Failed to connect to github.com port 443 after 75040 ms: Operation timed out

Seems it is having issues connecting to external hosts? DNS maybe?

but it connects fine on app store version of iSH:

iPad-2:~/obsidian/main_vault# git remote update
Fetching origin
Username for 'https://github.com': 
…

edit: I think this might actually be a different issue. Will create a new issue for it: https://github.com/ish-app/ish/issues/2004#issue-1512819716

Mnpn commented 1 year ago

Hi! I think what you're running into is #943. This has already been resolved, and a fix for it will ship in the next release of iSH (in the meantime, there's a workaround mentioned in this comment). You mentioned "last month's update", though, so I'm wondering if you're on the TestFlight beta? (The issue should be fixed there.)

Regarding multiple terminals, iSH supports multiwindow on iPadOS. There's an open issue for tab support you can track at #563, but I think it might be worth looking into using tmux or screen :)

Pastlecry commented 6 months ago

ok thanks a lot :)