I have been granted pull/push rights of few repos of git. when i installed git for the first time, it asked for username and password. after that, i just used to write
git checkout .
git pull --rebase
but now since few time, git bash asks for credentials every time when i pull or push any file.
when i looked as windows credentials, i saw wrong password was saved. and it doesn't change even after editing. when i edit and save correct password, it get backs to it's previous state (wrong password).
what should i do?