From github documentation
GitHub recommends that you use fine-grained personal access tokens instead of personal access tokens (classic) whenever possible
I need a simple token to access the repository (so git clone
via https will work). I made it work with classic token but even with all possible permission fine-grained token returns
remote: Write access to repository not granted.
Shouldn't be code access base functionality? Is there fine-grained token replacement to read and write to the repository?