Skip to content

Commit

Permalink
docs: Remove arm64 section and add PR push auth solution (#498)
Browse files Browse the repository at this point in the history
* docs: Remove arm64 section and add PR push auth solution

Enabling the arm64 plugin will break Tutor in latest version. Keep it disabled even on M1 machines.

* Refer to gh documentation
  • Loading branch information
saraburns1 authored May 24, 2024
1 parent d2835c5 commit f5a43a7
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions source/developers/quickstarts/first_openedx_pr.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,15 +106,6 @@ version of the code (as opposed to the most recent named release):
git clone --branch=nightly https://github.com/overhangio/tutor.git
pip install -e "./tutor[full]"
If you are using ARM-64 (such as a MacBook M1 or M2), then install this extra plugin and enable it
(if you're not, then skip this step):

.. code-block:: bash
pip install git+https://github.com/open-craft/tutor-contrib-arm64
tutor plugins enable arm64
tutor config save
Finally, let's configure and provision your Open edX instance!
You will be asked a couple questions.
Answer them however you like, although the default answers will work fine.
Expand Down Expand Up @@ -266,6 +257,13 @@ Now push your changes to a new branch in your fork::

git push --set-upstream origin developer_quickstart

If you get a ``fatal: Authentication failed`` error, authenticate Git Hub by running::

gh auth login

Learn more about authentication `here <https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/about-authentication-to-github#about-authentication-to-github>`_.


Create A Pull Request
*********************

Expand Down

0 comments on commit f5a43a7

Please sign in to comment.