

Maybe you could go to:
Settings > Developer Settings > Personal Access Tokens > Tokens (Classic)
And then create a new token there.
Then you should be able to clone a private repo as long as you have git
installed.
When you git clone
your private repo, git
will ask for your username, enter that. Then it’s gonna ask for your password. Don’t enter your GitHub password. Enter your token.
Clone should work.
Would this cause a problem? I’m assuming this would be deserialized to the same value, no?