I am trying to push some changes from my local feature branch to remote but keep on getting the following message
git.exe push --all --progress "origin"
Counting objects: 52, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (14/14), done.
Writing objects: 100% (15/15), 1.52 KiB | 0 bytes/s, done.
Total 15 (delta 10), reused 0 (delta 0)
remote: error: failed to lock refs/heads/develop/feature_123
To https://bitbucket.org/xxx/abcd
! [remote rejected] develop/feature_123 -> develop/feature_123 (failed to lock)
error: failed to push some refs to 'https://bitbucket.org/xxx/abcd'
git did not exit cleanly (exit code 1) (36302 ms @ 10/15/2014 5:53:11 PM)
I have looked around the google and here at stackoverflow. Found some solutions and tried applying all. However none of those worked for me. Does anyone know exactly why I get this error message on git push? I am using Tortoisegit. I tried using sourcecontrol . Same thing...