This is not the right thing: ` git clone -b p7zip22.00 https://github.com/jinfeihan57/p7zip.git` It's the right thing to do: `git clone -b p7zip22.00 https://github.com/p7zip-project/p7zip.git` url is incorrect
This is not the right thing:
git clone -b p7zip22.00 https://github.com/jinfeihan57/p7zip.gitIt's the right thing to do:
git clone -b p7zip22.00 https://github.com/p7zip-project/p7zip.giturl is incorrect