diff --git a/docs/getting-started.md b/docs/getting-started.md index 13fe78f8..84301263 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -156,6 +156,6 @@ You see `ModuleNotFoundError: No module named 'kymata'` ```shell $VENV_PATH/bin/poetry run python invokers/invoker_create_trialwise_data.py ``` -When using Git/Github, you try to push a commit and you get the following error: ‘the requested returned an error: 403’ +When using Git, you try to push a commit to Github and you get the following error: ‘the requested returned an error: 403’ - This is because your git instance at the CBU is not passing the correct authorisation credentials to your GitHub account. You will [have to create a new public key in ~/.ssh/ in your cbu home folder](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent), and then use this to [create an SSH key in your github settings](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account). \ No newline at end of file