git-credential-oauth icon indicating copy to clipboard operation
git-credential-oauth copied to clipboard

Added support for GitHub Gists (gist.github.com)

Open tionis opened this issue 1 month ago • 1 comments

GitHub gists under gist.github.com are just git repos that share the same auth infrastructure as the normal github.com instance, so we can just reuse the existing github.com configuration there.

I tested it by pushing to GitHub gist (cloning is free for all when you know the URL, but pushing is limited to the owner) The implementation duplicates the magic numbers in the code, but they are right next to each other so it should still be easy to change if needed.

tionis avatar Oct 21 '25 14:10 tionis

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

google-cla[bot] avatar Oct 21 '25 14:10 google-cla[bot]