Did you try to resync your repo ? it's what I would try if something like that happens :

git remote prune origin
git gc --prune=now
git remote set-head -a

if it doesn't work, I would try to remove all tracked branches:

git checkout master
git remote rm origin
and re-add them with git add

-Fred

-----Message d'origine----- From: Justin Mclean
Sent: Monday, May 13, 2013 1:21 AM
To: dev@flex.apache.org
Subject: Re: Git repo error

HI,

Still getting this error when pushing to the flex sdk repo but it still seems to push the changes.

From what I've managed to google it could be due to issues in post commit
hooks (do we have any?) or a corrupt remote repo - neither sounds like a good situation to be in.

Justin

Reply via email to