'origin' does not appear to be a git repository

Checklist:

  1. :white_check_mark:: I’ve uncommented the code.
  2. :white_check_mark:: I’ve saved the changes.
  3. :white_check_mark: : I’ve run the git commands:
git commit -am "[seeking help on forum]"
git push origin master

Here’s a screenshot showing the output from running the Git commands:

[


]

[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.]

Hey @Suman01-ask, could you run this command and share the result?

git remote -v
1 Like

this is what i getting!

@Suman01-ask The output should look something like this:

I’d recommend deleting your current repo and re-cloning it:

Thanks @andy1li it’s done!

1 Like

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.