I am following that Rails tutorial from Hart. Right now I am having trouble creating a repo and pushing it to GitHub. Assuming that I have done the prerequisite steps properly...this is where I am stuck:
So I am trying to create my repo here:
Kennys-MacBook-Pro:first_app kennynguyen$ git remote add github https://github.com/knguyeniii/first_app.git
And then push my Rails files to GitHub:
Kennys-MacBook-Pro:first_app kennynguyen$ git push -u github master
And this is the error I get:
fatal: https://github.com/knguyeniii/first_app.git/info/refs?service=git-receive-pack not found: did you run git update-server-info on the server?
And because I don't know what else to type...:
Kennys-MacBook-Pro:first_app kennynguyen$ git update-server-info
Try another push:
Kennys-MacBook-Pro:first_app kennynguyen$ git push -u github master
Same error:
fatal: https://github.com/knguyeniii/first_app.git/info/refs?service=git-receive-pack not found: did you run git update-server-info on the server?