Pi 400 Won’t install Git command

December 8, 2023, 22:15

cosmosgaming09

I am currently using Pi OS Lite 32 Bit, and whenever I try to run “Sudo apt install git” it will give four errors, three of which go somewhere along the lines of “Failed to fetch http : //raspbian.raspberrypi.com/raspbian/pool/main/<insert the rest of the link here>” and then the fourth one will say “unable to fetch some archives, maybe run apt-get update or try —fix-missing?”

k9t33n

have you ran sudo apt-get update or tried adding --fix-missing?

cosmosgaming09

How would I add —fix-missing?

k9t33n

just add it to the end of your command I think