Answer the question
In order to leave comments, you need to log in
The github repo is empty after git push -u origin master. Why?
What am I doing wrong?
1. Created a repository on github. Private.
2. On the server initiated a git. "git init"
3. Added a remote github repository. "git remote add origin https://github.com/drzhmurge/neonmobile.git ".
Checked through "git remote -v". All OK.
4. Added all the files on the server and committed it. No problem.
5. I upload everything to github. "git push -u origin master".
Outcome: everything is ok. Everything up-to-date. But the github repo is empty.
Where am I idiot?
Answer the question
In order to leave comments, you need to log in
Understood. Apparently, due to the large size of the repository, nothing is pushed through https. Through ssh everything is ok.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question