Skip to content

Commit

Permalink
Update getting-started.md
Browse files Browse the repository at this point in the history
  • Loading branch information
neukym committed Sep 29, 2024
1 parent cf659b4 commit 95d3fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit 95d3fc3

Please sign in to comment.