We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fdba64 commit d7e9065Copy full SHA for d7e9065
getting-started/setup-building.rst
@@ -79,7 +79,7 @@ You will only need to execute these steps once per machine:
79
6. Configure an ``upstream`` remote::
80
81
$ cd cpython
82
- $ git remote add upstream git@github.com:python/cpython.git
+ $ git remote add upstream https://github.com/python/cpython.git
83
84
7. Configure ``git`` to pull ``main`` from the ``upstream`` remote::
85
0 commit comments