CourseErrors Explained

Git Errors Explained

fatal: not a git repository

You're running a git command in a directory doesn't belong to git repository.

error: remote origin already exists.

You're trying to add a new `origin` remote when you already have an existing `origin` remote.