I am trying to push a repository from local to server and getting below error on linux:
$git push --all ; sync
Counting objects: 12, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (12/12), done.
Writing objects: 100% (12/12), 1.36 KiB | 1.36 MiB/s, done.
Total 12 (delta 10), reused 0 (delta 0)
error: cannot create thread: Nie można przydzielić pamięci
error: cannot create thread: Nie można przydzielić pamięci
fatal: bad object eb8cc7e1634b39049450d01cc38e95ddd33981bb
fatal: bad object eb8cc7e1634b39049450d01cc38e95ddd33981bb
error: pthread_join failed
To ssh://server/home/user/some.git
! [remote rejected] uff -> uff (missing necessary objects)
error: failed to push some refs to 'ssh://server/home/user/some.git'
comandline, system linux cli/server. I'm working on branch uff I can add modification but dont push to server.
$ git status
On branch uff
Your branch is ahead of 'origin/uff' by 3 commits.
(use "git push" to publish your local commits)
nothing to commit, working tree clean
What I must to do now? I found colision? This is possible?