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