ish icon indicating copy to clipboard operation
ish copied to clipboard

Can’t use git

Open taynpg opened this issue 2 years ago • 9 comments

I Can’t use git on iPhone8 Plus(iOS version 15.4.1),ish version is 1.2.3 (build 298),it will interrupt when it runs and can’t to the next step.

taynpg avatar May 14 '22 22:05 taynpg

@taynpg use the aliyun mirror.

apk add git
git clone xxxx

it will be success.

the version of me:

git --version git version 2.32.1 uname -a Linux amoxuk 4.20.69-ish iSH 1.2.3 (298) Dec 17 2021 06:08:24 i686 Linux

amoxuk avatar May 18 '22 18:05 amoxuk

I tried to use the aliyun mirror , but it also same, It will stop at the xx% and then stop(git can been installed succeed.

taynpg avatar May 20 '22 09:05 taynpg

nokia:~# rm -rf cqm nokia:~# git clone https://gitee.com/taynpg/cqm Cloning into 'cqm'... remote: Enumerating objects: 342, done. remote: Counting objects: 46% (158/342)

Something like this.

taynpg avatar May 20 '22 09:05 taynpg

image it's ok in my phone.

amoxuk avatar May 20 '22 12:05 amoxuk

Thinks

taynpg avatar May 20 '22 12:05 taynpg

nokia:~# rm -rf cqm nokia:~# git clone https://gitee.com/taynpg/cqm Cloning into 'cqm'... remote: Enumerating objects: 342, done. remote: Counting objects: 46% (158/342)

Something like this.

me too, I use Ipad11 pro

owner888 avatar May 25 '22 06:05 owner888

me too, I use Ipad11 pro

likewise on the same ipad! using alpine-minirootfs-3.14.1-x86

echoesactiii avatar Jun 04 '22 08:06 echoesactiii

The Git command seems to work sometimes, but sometimes the progression will get stuck as described. Restarting the App sometimes solve the problem.

lingjie00 avatar Jun 18 '22 02:06 lingjie00

Have a similar problem as well, I'm currently using 4.20.69-ish, the latest iSH shell from the App store. It's using alpine repository v3.14 from https://dl-cdn.alpinelinux.org/alpine/v3.14/{main,community}. I've tried configuring git to use a single thread (git config --global pack.threads "1") and setting the maximum depth when cloning the repo but those suggestions don't seem to work. Weirdly enough, yesterday I tried using git and it worked fine.

lamurian avatar Aug 09 '22 16:08 lamurian

I can confirm git commands are unreliable. Sometimes they run and immediately following that same command hangs up.

pulinagrawal avatar Nov 26 '22 20:11 pulinagrawal

iSH 1.3 is out, which has fixes for this issue. Please try it out and file new issues with what you encounter!

saagarjha avatar Apr 24 '23 20:04 saagarjha