I have an empty repository created and initialized it awhile ago. I've been trying to make commits and push them but weird things are happening.
1) I'll do 'git status' in the folder I want and see all the untracked files. Then, I'll do 'git add [file]'. Then, again, I will do 'git status' but the file I just added does not show up at all - not in new files, tracked files, or untracked files - it's just gone.
2) When I try to do 'git push origin master', I get the message
fatal: "https://github.com/*****/******.git/info/refs not found: did you run git update-server-info on the server?" What is going on???