On 29 July 2017 at 14:13, Nick Coghlan <ncogh...@gmail.com> wrote:
> To be honest, the read-only=HTTPS & read/write=SSH split is likely a
> Linux+macOS-ism, where we can do "ssh-add" once, and then never have
> to worry about explicitly authenticating again until we reboot our
> client machine. As Inada-san notes, the password prompt when
> accidentally doing a direct push to a HTTPS clone then serves as a
> reminder that you probably meant to push to a different remote that's
> set up for read/write access over SSH.
>
> There's no functional difference on the server side though - it's
> strictly about how the git client authenticates your identity with the
> server.

On Windows you can use the git credential manager to store credentials
in the OS cert store, and then https is passwordless for push.

Paul
_______________________________________________
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