[python-committers] Guide to pushing to submitters' repo?
Carol Willing
willingc at gmail.com
Thu May 25 13:07:24 EDT 2017
More information about the python-committers mailing list
Thu May 25 13:07:24 EDT 2017
- Previous message (by thread): [python-committers] Guide to pushing to submitters' repo?
- Next message (by thread): [python-committers] Labels on GitHub now have classification prefixes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> On May 25, 2017, at 8:59 AM, Antoine Pitrou <antoine at python.org> wrote: > > > Le 25/05/2017 à 17:52, Carol Willing a écrit : >>> >>> Thanks for the pointer. Unfortunately, it seems that it really wants to >>> authenticate using username and password (even though browsing a public >>> project): >>> >>> $ hub checkout https://github.com/python/cpython/pull/1785 >>> github.com username: pitrou >>> github.com password for pitrou (never stored): ^C >> >> Antoine, do you have an SSH key stored within your GitHub account settings? > > Yes, I do. > >> You would still use the same command for hub to checkout the pull request, but GitHub would stop nagging for username/password. > > Apparently not... Looking at the hub man page https://hub.github.com/hub.1.html <https://hub.github.com/hub.1.html>, hub uses an OAuth token which is probably not set or not being found by the hub app. See Configuration section and GitHub OAuth subsection in the man page. Hope that helps. > > Regards > > Antoine. > _______________________________________________ > python-committers mailing list > python-committers at python.org > https://mail.python.org/mailman/listinfo/python-committers > Code of Conduct: https://www.python.org/psf/codeofconduct/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-committers/attachments/20170525/236e9619/attachment.html>
- Previous message (by thread): [python-committers] Guide to pushing to submitters' repo?
- Next message (by thread): [python-committers] Labels on GitHub now have classification prefixes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the python-committers mailing list