W
W
woodT2021-01-14 15:49:23
git
woodT, 2021-01-14 15:49:23

How to fix git push issue?

Just getting acquainted with git I
created a repository on gitHab, according to the video from YouTube, I managed to send the first commit of the UnrealEngine project.
1st commit is displayed on gitHab.
Now I want to send the 2nd commit, but after the command

$ git push
Enumerating objects: 961, done.
Counting objects: 100% (961/961), done.
Delta compression using up to 4 threads
Compressing objects: 100% (938/938), done.
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
send-pack: unexpected disconnect while reading sideband packet
Writing objects: 100% (945/945), 1.28 GiB | 5.97 MiB/s, done.
Total 945 (delta 42), reused 0 (delta 0), pack-reused 0
fatal: the remote end hung up unexpectedly
Everything up-to-date


And as I have not tried, sending the 2nd commit fails. how to fix?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Egor Zhivagin, 2021-01-14
@Krasnodar_etc

The first link in Google on request with this error is here
. Do you really store more than a gigabyte in a turnip? Is that how it's intended?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question