So, I have a repo setup, on another machine. I\'ve committed and pushed files and they view fine on github.com. Now, I have ran git init on another machine and
git init
You can try the git remote -v command to check the remote repo URL is ok. If it is not, you should try
git remote -v
git remote set-url origin repo-url
To fix any typos