git push results in error after successful commit.
conquererbibek
Posts: 2 New member
hi i am successfully committing files in my repo remote, but when i press push button it says the error.
Running git push failed: fatal: 'origin' does not appear to be a git repository fatal: Could not read from remote repository. Please make sure you have the correct access rights, and the repository exists.
I'm damn sure I have access rights and the directory, and the git push from git command line prompt
Running git push failed: fatal: 'origin' does not appear to be a git repository fatal: Could not read from remote repository. Please make sure you have the correct access rights, and the repository exists.
I'm damn sure I have access rights and the directory, and the git push from git command line prompt
Tagged:
Answers
This would be an issue with Git and I'd advise working through some troubleshooting steps given in this forum: https://stackoverflow.com/questions/32238616/git-push-fatal-origin-does-not-appear-to-be-a-git-repository-fatal-could-n
Kind regards
Dan Calver | Redgate Software
Have you visited our Help Center?