2

I have a project which is fairly big (200MB) and i wanted to push it to my gitlab server (in amazon ec2) and when i push it seems fine, but when upload reaches about 8% the push suddenly "completes" and this is what i get in the console:

Counting objects: 464, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (421/421), done.
Writing objects: 100% (464/464), 15.07 MiB | 52 KiB/s, done.
Total 464 (delta 47), reused 0 (delta 0)
To git@IP:myrepo.git
 * [new branch]      master -> master

when i try to git push again i get

Branch master set up to track remote branch master from origin.
Everything up-to-date

i deleted the git repo on the server and tried again but it happend again and i have no idea why so i came here. has this ever happend to one of you before?

I am running the turnkey GitLab AMI from Amazon aws marketplace on a microinstance, if this is somehow relevant.

4

1 回答 1

1

Stopping at 8% may be fine is for example if you have only a few large files that would account for 92% of the size.

Best way to check you have everything you want on the remote server would be to clone that repo somewhere else and check what you have.

于 2013-02-12T00:07:53.837 回答