I created a VM and installed docker and git and then tried to clone a github project.
git clone "project_url"
Gave correct username and pwd but after that I am getting below error 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 ...
Am I missing something