Message "'origin' does not appear to be a git repository" Is Displayed
Symptom
When a user attempts to push code to a cloud repository, the message origin' does not appear to be a git repository is displayed.
Analysis
The cloud repository has failed to be initialized.
Solution
Run git push -u origin master to forcibly associate with the cloud repository and push the code.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.