mikeizbicki / cmc-csci143

big data course materials
40 stars 76 forks source link

Git Push Issue #374

Closed gibsonfriedman closed 9 months ago

gibsonfriedman commented 10 months ago

Hi @mikeizbicki. When I try to push the homework using "git push origin master" I'm prompted to enter my username and password and when I do I get this error message:

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/gibsonfriedman/continuous-integration.git/'

Is there something I should do to clone my repo differently?

henrylong612 commented 10 months ago

Hi @gibsonfriedman,

If I remember correctly, you have to enter the GitHub personal access token (PAT) that you created rather than your GitHub password.

Let me know if that works!

gibsonfriedman commented 10 months ago

That worked thanks @henrylong612!