Skip to content

Commit

Permalink
Merge pull request #43 from mgrover1/update-git-instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrover1 authored May 17, 2024
2 parents 7320a76 + 6289d45 commit a88a9d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file added images/github-token.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions preliminary/checklist/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ However, a better, more secure practice is to use a GitHub Personal Access Token
more customizable permissions and can be revoked without affecting your main GitHub user
account password.

Take a moment to work through the instructions on the [GitHub personal access tokens](https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token) page. For this hackweek, you need to check the **repo**, **admin:org**, and **workflow** scope.
Take a moment to work through the instructions on the [GitHub personal access tokens](https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token) page. Make sure you select the "classic" option. **Do not use the fine-grained personal access token option.

Screenshot from github.com setting up the token:
![github-token](../../img/github-token.png)
![github-token](../../images/github-token.png)

Once you have created your token, be sure to save it on your computer in case
you need to re-authenticate again. The token will give you access to your
Expand Down Expand Up @@ -111,7 +111,7 @@ of your mouse is accessible on the JupyterHub by using the 'Shift' key.
```

```shell
Cloning into 'github_setup_check'...
Cloning into 'check_github_setup'...
Username for 'https://github.com': <GitHub Username>
Password for 'https://[email protected]':
remote: Enumerating objects: 3, done.
Expand Down

0 comments on commit a88a9d2

Please sign in to comment.