Shan k
Shan k

Reputation: 199

GITHUB is Pushing the changes with Old Credentials not with New Credentials

I have recently configured GITHUB with Visual Studio 2013 Express with Demo GITHub account i.e. for practice purpose.

Good News is that : I have configured it properly

But Problem is :

When I am trying to configure with Genuine Account at GITHub, Visual Studio is not pushing the solution at Genuine Repository.

After a-lot of research, it appears that when I am Pushing the solution... Visual Studio is trying to push it by my Demo Git Account.

As my Visual Studio is not asking to insert New User Name and Password, I want to know how can I change it.

I have tried the same of my another system, with actual User name and Password...and it is working fine there.

Please suggest, how to remove my Demo User Name and Password and Login via New Credentials.

Upvotes: 3

Views: 1763

Answers (1)

Noelle
Noelle

Reputation: 71

In order to change the stored credentials for VS2013; to commit or clone to a new GIT server, Navigate to:

control panel -> User Accounts -> Credential Manager

There you should see the git credentials that were used on previous projects.

Upvotes: 7

Related Questions