bitbucket - How to fix failed to local refs git error? -



bitbucket - How to fix failed to local refs git error? -

i trying force changes local feature branch remote maintain on getting next message

git.exe force --all --progress "origin"

counting objects: 52, done. delta compression using 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 lock refs/heads/develop/feature_123 https://bitbucket.org/xxx/abcd ! [remote rejected] develop/feature_123 -> develop/feature_123 (failed lock) error: failed force refs '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 google , here @ stackoverflow. found solutions , tried applying all. none of worked me. know why error message on git push? using tortoisegit. tried using sourcecontrol . same thing...

have tried pulling remote repository first? if , sure have latest version remote repository, can seek git force -f probably, may help you: git error: failed force refs to

git bitbucket

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -