I'm new to git and anytime i try to push to my repository using "git push origin master", i get this error
git@github.com: Permission denied (publickey). fatal: Could not read from remote repository.
i believe i must have incorrectly entered my git credentials (username or password) and the system have saved the incorrect credentials. Please how do I delete the already stored credentials so that i can be prompted to enter again my credentials when i want to push to my repository. i use Linus OS.
Thank you.