sudo apt-get install git git-lfs make
To avoid github bandwidth limits, if possible use rsync from another machine.
rsync -Wav --progress machine:~/projects projects
instead of
git clone --recursive
but maybe git clone from machine also works.
git submodule update --init ## if anything fails part way
make
make pull
make push
https://github.com/microsoft/pyright/blob/main/docs/configuration.md