DEV Community

Discussion on: Is GitHub going to disable command line access for git ?

Collapse
 
nalanj profile image
Alan Johnson

They’re almost definitely not ending git CLI support. The error you’re receiving is because they’re deprecating using your password rather than a token to access repos over HTTP. You can use a personal access token as your password (docs.github.com/en/free-pro-team@l...).

Collapse
 
soumyaranjannaik profile image
Soumya Ranjan Naik

Thanks for the explanation. 😄