Getting below error when trying to push refs/meta/config
[root@host aaa_1477536644232]# git push ssh://user@host/repo HEAD:refs/meta/config
Counting objects: 3, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 751 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
error: unpack failed: error Missing unknown 2361e904755a81bf592061dd38055bcebda83772
fatal: Unpack error, check server log
To ssh://hz...@gerrite1.ext.net.nokia.com:8282/scm_rcp/aaa
! [remote rejected] HEAD -> refs/meta/config (n/a (unpacker error))
error: failed to push some refs to 'ssh://user@host/repo
thanks
Ashiwni
Hi,Getting below error when trying to push refs/meta/config
[root@host aaa_1477536644232]# git push ssh://user@host/repo HEAD:refs/meta/config
Counting objects: 3, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 751 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
error: unpack failed: error Missing unknown 2361e904755a81bf592061dd38055bcebda83772
fatal: Unpack error, check server log
To ssh://hz...@gerrite1.ext.net.nokia.com:8282/scm_rcp/aaa
! [remote rejected] HEAD -> refs/meta/config (n/a (unpacker error))
error: failed to push some refs to 'ssh://user@host/repo
thanks
Ashiwni
--
--
To unsubscribe, email repo-discuss+unsubscribe@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
On Thu, Oct 27, 2016 at 7:46 AM, Ashwini T R <ashu.r...@gmail.com> wrote:Hi,Getting below error when trying to push refs/meta/config
[root@host aaa_1477536644232]# git push ssh://user@host/repo HEAD:refs/meta/config
Counting objects: 3, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 751 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
error: unpack failed: error Missing unknown 2361e904755a81bf592061dd38055bcebda83772
Check locally if this object exists:$ git show 2361e904755a81bf592061dd38055bcebda83772Then check the same in that repository in Gerrit.What is this object?You can also try adding the --no-thin option to the push command:git push --no-thin ssh://user@host/repo HEAD:refs/meta/config
fatal: Unpack error, check server log
To ssh://<host>
! [remote rejected] HEAD -> refs/meta/config (n/a (unpacker error))
error: failed to push some refs to 'ssh://user@host/repo
thanks
Ashiwni
--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.