1

I am trying to follow this tutorial to learn Netlify CMS (https://youtu.be/w_QbyxeQrkk?t=838) and when I am prompted to add my Github username and password and do it correctly it doesn't work. Even though I know for a fact what I typed is correct. git command

I am not the most experienced with the command line.

Any help would be appreciated.

Thank you

nickhiebertdev
  • 525
  • 1
  • 6
  • 21

1 Answers1

0

Have you tried to authenticate with your email account?

Kevin Law
  • 814
  • 4
  • 15
  • I just tried with my email address and typing my password again. Same result. – nickhiebertdev Jun 15 '21 at 02:58
  • Are you trying to push to a correct repo? You can check it with `git remote get-url origin` command in your terminal, and confirm the printed repo is own by yourself. – Kevin Law Jun 15 '21 at 03:18
  • Yeah that didn't work. I am moving on to another example instead. If it's difficult just getting up and running it's just a waste of time. I'll just find another example to learn how to use Netlify CMS. Horrible instruction. – nickhiebertdev Jun 16 '21 at 02:31