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.