File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ You will only need to do this once per machine. From your command line::
5454It is also recommended to configure an ``upstream `` remote repository::
5555
5656 cd cpython
57- git remote add upstream git@ github.com: python/cpython.git
57+ git remote add upstream https:// github.com/ python/cpython
5858
5959You can also use SSH-based or HTTPS-based URLs.
6060
@@ -82,7 +82,7 @@ and ``upstream`` pointing to the official CPython repository::
8282
8383 origin git@github.com:<username>/cpython.git (fetch)
8484 origin git@github.com:<username>/cpython.git (push)
85- upstream git@ github.com: python/cpython.git (fetch)
85+ upstream https:// github.com/ python/cpython (fetch)
8686 upstream git@github.com:<username>/cpython.git (push)
8787
8888To verify the upstream for ``main ``::
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ You will only need to execute these steps once per machine:
79796. Configure an ``upstream `` remote::
8080
8181 $ cd cpython
82- $ git remote add upstream https://github.com/python/cpython.git
82+ $ git remote add upstream https://github.com/python/cpython
8383
84847. Configure ``git `` to pull ``main `` from the ``upstream `` remote::
8585
@@ -95,7 +95,7 @@ You will only need to execute these steps once per machine:
9595 $ git remote -v
9696 origin git@github.com:<your-username>/cpython.git (fetch)
9797 origin git@github.com:<your-username>/cpython.git (push)
98- upstream git@ github.com: python/cpython.git (fetch)
98+ upstream https:// github.com/ python/cpython (fetch)
9999 upstream git@github.com:<your-username>/cpython.git (push)
100100 $ git config branch.main.remote
101101 upstream
You can’t perform that action at this time.
0 commit comments