Home origin does not appear to be a git repository
Post
Cancel

origin does not appear to be a git repository

Git push error: “origin does not appear to be a git repository”

The reason

This is an error caused by not setting a reference to “origin” in my repository

The Solution

1
git remote add origin [Repository URL]

pref: https://stackoverflow.com/questions/15437719/git-push-error-origin-does-not-appear-to-be-a-git-repository/15439950#15439950

This post is licensed under CC BY 4.0 by the author.