This limits the usefulness on untrusted systems where you just want to clone a repo via git clone https://github.com/someorg/somerepo and also makes the gh package less useful as you can interact with GitHub via the API but can't actually clone repos/MRs/etc even if you authenticate unless you also set up an SSH key.
This limits the usefulness on untrusted systems where you just want to clone a repo via
git clone https://github.com/someorg/somerepoand also makes theghpackage less useful as you can interact with GitHub via the API but can't actually clone repos/MRs/etc even if you authenticate unless you also set up an SSH key.