asking for github password when trying to push #4
-
|
After going the the configuration for github (Module 3) I'm being asked for my github username and password when I try to commit. When i enter them, I get usual github message (in the jupyter notebook) that github deprecated pword login back in 2021 (I use 2FA for both my personal and organizational github logins). I get the same message when I try to I can to pull any changes made directly to the repo on github (e.g., edits to the README). Any suggestions? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
If Git is asking for a password, you likely cloned the repository using the HTTPS link, not the SSH link. You can fix this, though. If you change directories into your repository in the terminal and type: That's the indication that you used the HTTPS link, not the SSH link. Now, you can use: Here's GitHub's documentation on changing a remote repository's URL. |
Beta Was this translation helpful? Give feedback.
Thanks @embruna I have opened an issue to improve our code there. PracticumAI/computing-for-ai#16