2

I know you can do git config user.name but that doesnt actually log you into a different account. it doesnt ask for your password. im trying to push to my git but it's giving me a 403 access denied and then telling me i'm logged onto my old git account.

How do I change it?

joe
  • 1,563
  • 4
  • 16
  • 35

1 Answers1

0

These two SO questions should help you out:

  1. Pushing to Git returning Error Code 403 fatal: HTTP request failed
  2. Git log out user from command line

If not, check out this link.

Community
  • 1
  • 1
pkshultz
  • 409
  • 1
  • 3
  • 16