You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Github has turned off password authentification. To set up a private key, see this guide: https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh
In short: you’ll have to create a new ssh key (`ssh-keygen`), give it to github in the settings and then use the ssh version of the repo to clone it (ie ``[email protected]:neuroailab/curiophysion.git`)
If you get `Permission denied (publickey).`, you have to load your private key after the server/computer was restarted by doing `ssh-add ~/.ssh/github` (or whatever your private key is named).
Alternatively, add this in your `~/.ssh/config` file: