Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 399 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 399 Bytes

numbers

GitHub: Multi-User

$ git config --global user.name "Bob"

$ git config --global user.email "bob@example.com"

Remove authorization info from Keychain. MacOS holds certificates in Keychain.

Open up Keychain access, click on All Items and search for git. Delete them. Now try to push the repo and git will ask you to write password for the user and you will be good to go.