When I try to push my application to GitHub using Git, I get the following:
$ git push origin master
Enter passphrase for key '/c/Users/Medicine - SWEng/.ssh/id_rsa':
ERROR: Repository not found.
fatal: The remote end hung up unexpectedly
Output of running git remote -v
:
$ git remote -v
heroku [email protected]:young-rain-273.git (fetch)
heroku [email protected]:young-rain-273.git (push)
origin [email protected]:SWEngineer7sample_app.git (fetch)
origin [email protected]:SWEngineer7sample_app.git (push)
sample [email protected]:SWEngineer/sample_app.git (fetch)
sample [email protected]:SWEngineer/sample_app.git (push)
How can I solve this issue?
git remote -v
and paste the output here? – Noufal Ibrahim