@@ -13,7 +13,7 @@ Overview
1313
1414::
1515
16- git clone git@ github.com:your-user-name/matplotlib.git
16+ git clone https:// github.com:your-user-name/matplotlib.git
1717 cd matplotlib
1818 git remote add upstream git://github.com/matplotlib/matplotlib.git
1919
@@ -24,7 +24,7 @@ Clone your fork
2424---------------
2525
2626#. Clone your fork to the local computer with ``git clone
27- git@ github.com:your-user-name/matplotlib.git ``
27+ https:// github.com:your-user-name/matplotlib.git ``
2828#. Investigate. Change directory to your new repo: ``cd matplotlib ``. Then
2929 ``git branch -a `` to show you all branches. You'll get something
3030 like:
@@ -55,7 +55,7 @@ Linking your repository to the upstream repo
5555``upstream `` here is just the arbitrary name we're using to refer to the
5656main `Matplotlib `_ repository at `Matplotlib github `_.
5757
58- Note that we've used ``git:// `` for the URL rather than ``git@ ``. The
58+ Note that we've used ``git:// `` for the URL rather than ``https:// `` or `` git@ ``. The
5959``git:// `` URL is read only. This means we that we can't accidentally
6060(or deliberately) write to the upstream repo, and we are only going to
6161use it to merge into our own code.
@@ -67,7 +67,7 @@ Just for your own satisfaction, show yourself that you now have a new
6767
6868 upstream git://github.com/matplotlib/matplotlib.git (fetch)
6969 upstream git://github.com/matplotlib/matplotlib.git (push)
70- origin git@ github.com:your-user-name/matplotlib.git (fetch)
71- origin git@ github.com:your-user-name/matplotlib.git (push)
70+ origin https:// github.com:your-user-name/matplotlib.git (fetch)
71+ origin https:// github.com:your-user-name/matplotlib.git (push)
7272
7373 .. include :: links.inc
0 commit comments