3

I have not seen my exact problem in the search so if it has been please point me in the right direction.

I have three computers that I want to be able to edit code on.

  1. Win10 with MSYS2 MinGWx64
  2. RaspberryPi 4 Bullseye
  3. Pi Zero Headless Bullseye (SSH with extraputty)

I created the Repos on my win10 device and for the Win10 and Pi4 I can log into GitHub and see my repositories. I am trying to clone them onto the PI4 in prep for cloning onto the Zero. When I use git to clone my repos, it prompts for "Username for 'https://github.com':" However it then askes for "Password for 'https://@github.com':" which is not the mail I set up GitHub with, and does not accept my login password. I have tried resetting my password and can log into the GitHub website from both computers, but still cannot clone using git.

jsotola
  • 705
  • 1
  • 9
  • 13
MechMon
  • 43
  • 4

1 Answers1

0

Github removed password sign in to clone repos. Now you have to get a token on github and use that in the password prompt.

TomB
  • 34
  • 4