Open yPhil-gh opened 10 months ago
I tried running git clone --recursive --depth 1 --shallow-submodules --branch v1.16.6 "https://github.com/hrydgard/ppsspp.git" ppsspp
on Windows but didn't find any issue.
If it was an issue that only occurred on linux, the CI on Github's Actions should have failed too during the checkout step, but didn't.
Btw, does cloning an older version or the master branch also have the same problem?
Try some solutions from here: https://github.com/orgs/community/discussions/48568
Since it works for others, it's not about PPSSPP, but probably the fact it's a big project bloated by some third party dependencies and something in your setup not working well with such bigger projects, you might need to change some git settings or try with different network.
Nice info there LunaMoo :)
I would suggest using VPN first before changing any settings, in case his ISP have censorship (they can accidentally blocks or throttle the speed of some websites by accident, like my ISP did in the past >.<)
Maybe doesn't help with the script, but the best way to reduce the network traffic spike is likely to clone subrepositories separately (i.e. not use --recursive
but instead use git submodule update --init
afterward.)
-[Unknown]
Game or games this happens in
None
What area of the game / PPSSPP
When trying to clone as per the Retropie install (lr-ppsspp) script :
Tested on two different machines ; other git repos clone fine.
What should happen
It should clone OK w/ errors.
Logs
Platform
libretro / Retroarch
Mobile device model or graphics card (GPU)
n/a
PPSSPP version affected
n/a
Last working version
n/a
Graphics backend (3D API)
Vulkan
Checklist