rbk-org / TechnicalIssues

0 stars 1 forks source link

Fetal Error, GitHub Repo Not Found! #3

Open almuhder opened 7 years ago

almuhder commented 7 years ago

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:

qqz25

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!

almuhder commented 7 years ago

NOTE: You can use the keychain to remove your account config.