Я вернулся к некоторому коду, который был открыт через несколько часов, и внес некоторые изменения в код, а затем нажал его. Внезапно я получаю эту ошибку:
[email protected]:~/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 [email protected]:sureumar__/conse.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to '[email protected]:sureumar__/conse.git'
[email protected]:~/workspace/conse (master) $
Как я могу диагностировать причину этой ошибки?