Re: [python-committers] New workflow - some questions

2017-07-31 Thread Brett Cannon
On Sat, 29 Jul 2017 at 09:05 Terry Reedy wrote: > On 7/29/2017 4:40 AM, Paul Moore wrote: > > On 28 July 2017 at 23:30, Mariatta Wijaya > 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:

Re: [python-committers] New workflow - some questions

2017-07-29 Thread Terry Reedy
On 7/29/2017 4:40 AM, Paul Moore wrote: On 28 July 2017 at 23:30, Mariatta Wijaya 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

Re: [python-committers] New workflow - some questions

2017-07-29 Thread Paul Moore
On 29 July 2017 at 14:13, Nick Coghlan 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

Re: [python-committers] New workflow - some questions

2017-07-29 Thread Nick Coghlan
On 29 July 2017 at 18:40, Paul Moore wrote: > On 28 July 2017 at 23:30, Mariatta Wijaya 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. >>

Re: [python-committers] New workflow - some questions

2017-07-29 Thread Paul Moore
On 28 July 2017 at 23:30, Mariatta Wijaya 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. > > > I don't have any explanation other than Git bo

Re: [python-committers] New workflow - some questions

2017-07-28 Thread INADA Naoki
On Sat, Jul 29, 2017 at 7:30 AM, Mariatta Wijaya 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. > > > I don't have any explanation other than

Re: [python-committers] New workflow - some questions

2017-07-28 Thread Mariatta Wijaya
> > 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. I don't have any explanation other than Git bootcamp was initially written based on my personal setup

[python-committers] New workflow - some questions

2017-07-28 Thread Paul Moore
I'm just looking at doing some work for the first time under the new workflow. Most things look fine - I'm familiar with git/github, so there's nothing startling in there, but I do have a few small questions: 1. Section 32.2 in the Git bootcamp section - is there any reason to use git@github URLs