I went back to some code that was open after a few hours, and made some changes to the code, and then clicked it. Suddenly I get this error:
sura@raitorial:~/workspace/conse (master) $ git push Counting objects: 15, done. Delta compression using up to 8 threads. Compressing objects: 100% (6/6), done. Writing objects: 100% (6/6), 492 bytes | 0 bytes/s, done. Total 6 (delta 5), reused 0 (delta 0) remote: canceling statement due to conflict with recovery remote: LINE 1: ...er"."date_joined" FROM "bb_repository" INNER JOIN "auth_user... remote: ^ remote: DETAIL: User was holding a relation lock for too long. remote: To git@bitbucket.org:sureumar__/conse.git ! [remote rejected] master -> master (pre-receive hook declined) error: failed to push some refs to 'git@bitbucket.org:sureumar__/conse.git' sura@raitorial:~/workspace/conse (master) $
How can I diagnose the cause of this error?
git bitbucket
LovingRails Jun 16 '16 at 1:55 2016-06-16 01:55
source share