I couldn't find an answer to this and maybe I'm just blindly missing a step here, but whenever I try to push my code to github and use the git push -u origin
master it prompts password for "--global@github.com":
I enter my password for my account and it says
Password for 'https://--global@github.com':
remote: Invalid username or password.
fatal: Authentication failed for
'https://github.com/richardquirarte/QRealty.git/'
I've already used git config --global user.email and verified it was my email there, but it keeps bringing that up.
Again, sorry if this is an easy fix, I just could not find an answer for this anywhere. Thanks.