0
After doing git init
, git add .
, and git commit
, pushing to Github gives this error:
HOLLYs-MacBook-Pro-2:Thankful dylanknight$ git push origin master
remote: Repository not found.
fatal: repository 'https://github.com/Dknight2017/thankful.app.git/' not found
HOLLYs-MacBook-Pro-2:Thankful dylanknight$
I have pulled from the repository, but when I try to push to Github, I consistently get this error. How do I properly connect to my remote repository?
What have you tried so far? What research have you done? Where have you got stuck? superuser.com/help/how-to-ask
– Albin – 2019-08-02T06:46:23.520