D
D
Dr Zhmurge2020-09-21 13:27:51
git
Dr Zhmurge, 2020-09-21 13:27:51

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

1 answer(s)
D
Dr Zhmurge, 2020-09-21
@DrZhmurge

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 question

Ask a Question

731 491 924 answers to any question