-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Some students have a problem while there's trying to push their code to GitHub.
First of all, make sure you cloned the repo from the right place (your account). You can check that using:
$ git remote -v
You must see your username in the URL.
Second, make sure that you changed username and email from the terminal using git config to yours:
$ git config --global user.name "Majd Eddin"
$ git config --global user.email "majd@rbk.org"
Third, you need to remove authorization info from Keychain.
Open up Keychain access, click on All Items and search for git. You will get some items like this:

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.
Good luck and Happy hacking with RBK!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels