Skip to content

Fetal Error, GitHub Repo Not Found! #3

@almuhder

Description

@almuhder

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions