On Sat, 29 Jul 2017 at 09:05 Terry Reedy <tjre...@udel.edu> wrote:

> On 7/29/2017 4:40 AM, Paul Moore wrote:
> > On 28 July 2017 at 23:30, Mariatta Wijaya <mariatta.wij...@gmail.com>
> wrote:
> >>> 1. Section 32.2 in the Git bootcamp section - is there any reason to
> >>> use git@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).
_______________________________________________
python-committers mailing list
python-committers@python.org
https://mail.python.org/mailman/listinfo/python-committers
Code of Conduct: https://www.python.org/psf/codeofconduct/

Reply via email to