Skip to content

Commit d7e9065

Browse files
jaracoCAM-Gerlach
andauthored
Prefer https for upstream fetch.
Co-authored-by: C.A.M. Gerlach <[email protected]>
1 parent 3fdba64 commit d7e9065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started/setup-building.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ You will only need to execute these steps once per machine:
7979
6. Configure an ``upstream`` remote::
8080

8181
$ cd cpython
82-
$ git remote add upstream git@github.com:python/cpython.git
82+
$ git remote add upstream https://github.com/python/cpython.git
8383

8484
7. Configure ``git`` to pull ``main`` from the ``upstream`` remote::
8585

0 commit comments

Comments
 (0)