[python-committers] New workflow - some questions
Brett Cannon
brett at python.org
Mon Jul 31 12:50:28 EDT 2017
More information about the python-committers mailing list
Mon Jul 31 12:50:28 EDT 2017
- Previous message (by thread): [python-committers] New workflow - some questions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sat, 29 Jul 2017 at 09:05 Terry Reedy <tjreedy at udel.edu> wrote: > On 7/29/2017 4:40 AM, Paul Moore wrote: > > On 28 July 2017 at 23:30, Mariatta Wijaya <mariatta.wijaya at gmail.com> > wrote: > >>> 1. Section 32.2 in the Git bootcamp section - is there any reason to > >>> use git at github URLs for the clones? I normally always use > >>> https://github.com URLs, as they work with my proxy at work. > > As I understand it, https uses stored login credentials, git@ uses ssh > key. I use https always. > GitHub has a page dedicated on helping you choose the approach: https://help.github.com/articles/which-remote-url-should-i-use/. For me personally, if I'm on Linux (and this includes WSL!) I use SSH, otherwise I use HTTPS with a credential helper (or put another way: if I can use a credential helper I use HTTPS, else use SSH). -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-committers/attachments/20170731/b9360fe2/attachment.html>
- Previous message (by thread): [python-committers] New workflow - some questions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the python-committers mailing list