Previously, I installed and used Proxspace on Windows 10 following the steps and everything worked perfectly. However, after switching to Windows 11, I encountered a problem installing Proxspace: it got stuck at `git clone`
If that still doesn’t work, you could download the current release with: wget https://github.com/RfidResearchGroup/proxmark3/archive/refs/tags/v4.20728.tar.gz
and unpack it with tar -xvf ./v4.20728.tar.gz
And, if all else fails you might try the pre-compiled binaries avalable at:
Something funky definitely seems to be happening to your install. It might not be a terrible idea to just delete the whole proxspace folder and give it another go from scratch at this point
Although, you may also try the following, no promises though:
sudo pacman -Syyu and then retry the package installs. It also looks like it added at least one unwanted space to your command, so you may try copying it directly from the repo this time:
I felt that Proxspace’s support for Windows 11 wasn’t very good; I failed to install it multiple times.
btw,The suggestion you gave“wget https://github.com/RfidResearchGroup/proxmark3/archive/refs/tags/v4.20728.tar.gz
and unpack it with tar -xvf ./v4.20728.tar.gz”It played a very important role in the installation process.
I would also like to thank you for your patient guidance during the installation process.