I am trying to push pom.xml file to github using CMD
gave my remote url then asked my username I did that but I cant enter my password, non keys are working please help. thank you.
If you are using an https URL (check what git remote -v
returns), then maybe your credentials are cached in the Windows Credential Manager.
If you are using an SSH URL, maybe you did not register your public SSH keys (and it defaults to asking for username, although it should ask for password next)