mikeizbicki / cmc-csci046

CMC's Data Structures and Algorithms Course Materials
54 stars 154 forks source link

Pushing to github #410

Closed lwelch25 closed 1 year ago

lwelch25 commented 1 year ago

Hi Mike, I'm having troubles pushing my Fixme.py file to github. I used the commands:

$ git add Fixme.py
$ git commit
$ git push origin master

I am then asked to input in my username and password for github. After I've filled out my username and password, the output is:

remote: Support for password authentication was removed on August 13, 2021.
remote: Please see https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.
fatal: Authentication failed for 'https://github.com/lwelch25/continuous-integration/

How would I be able to fix this? Thank you!