I'm trying to upload a number of files and folders to my private GitHub repository. However, when I open my private repository on GitHub, I can't see the files and folders that I've pushed.
I've been using the command git push origin master
to push my code.
I'm receiving the following error message:
RPC failed; HTTP 400 curl 22 The requested URL returned error: 400 send-pack: unexpected disconnect while reading sideband packet
How do I resolve this error and view the files and folders in my private GitHub repository?