uraimo / run-on-arch-action

A Github Action that executes jobs/commands on non-x86 cpu architectures (ARMv6, ARMv7, aarch64, s390x, ppc64le, riscv64) via QEMU
BSD 3-Clause "New" or "Revised" License
677 stars 149 forks source link

Cannot install any npm dependency from git #80

Open andrzejpolis-dna opened 2 years ago

andrzejpolis-dna commented 2 years ago

Any attempt to install npm dependency which comes from git, inside platform specific container, fails with errors:

/usr/bin/git ls-remote -h -t ssh://git@github.com/...
No user exists for uid 1001
fatal: Could not read from remote repository.
hrueger commented 2 years ago

I always use the https:// protocol instead git:// and that works fine for me.