From a32d14cc192f080b97ea06281278a122b435f9cd Mon Sep 17 00:00:00 2001 From: Evan Date: Sun, 1 Nov 2020 23:14:40 -0600 Subject: [PATCH] Add Github.com personal token to prerequisites. --- docs/docs/user-setup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/user-setup.md b/docs/docs/user-setup.md index 5a4921e8..1e1e1e8e 100644 --- a/docs/docs/user-setup.md +++ b/docs/docs/user-setup.md @@ -39,6 +39,7 @@ The remainder of this guide assumes the following prerequisites: 1. You have an active, working [GitHub](https://github.com/) account. 1. You have installed and configured the [`git`](https://git-scm.com/) version control tool. +1. You have locally configured git to access your github account. If using [personal access tokens](https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/creating-a-personal-access-token), please be sure it was created with the "workflow" scope option selected. :::note If you need to, a quick read of [Learn The Basics Of Git In Under 10 Minutes](https://www.freecodecamp.org/news/learn-the-basics-of-git-in-under-10-minutes-da548267cc91/) will help you get started.