@@ -13,7 +13,7 @@ Overview
13
13
14
14
::
15
15
16
- git clone git@ github.com:your-user-name/matplotlib.git
16
+ git clone https:// github.com:your-user-name/matplotlib.git
17
17
cd matplotlib
18
18
git remote add upstream git://github.com/matplotlib/matplotlib.git
19
19
@@ -24,7 +24,7 @@ Clone your fork
24
24
---------------
25
25
26
26
#. 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 ``
28
28
#. Investigate. Change directory to your new repo: ``cd matplotlib ``. Then
29
29
``git branch -a `` to show you all branches. You'll get something
30
30
like:
@@ -55,7 +55,7 @@ Linking your repository to the upstream repo
55
55
``upstream `` here is just the arbitrary name we're using to refer to the
56
56
main `Matplotlib `_ repository at `Matplotlib github `_.
57
57
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
59
59
``git:// `` URL is read only. This means we that we can't accidentally
60
60
(or deliberately) write to the upstream repo, and we are only going to
61
61
use it to merge into our own code.
@@ -67,7 +67,7 @@ Just for your own satisfaction, show yourself that you now have a new
67
67
68
68
upstream git://github.com/matplotlib/matplotlib.git (fetch)
69
69
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)
72
72
73
73
.. include :: links.inc
0 commit comments