当我尝试推动我提交的更改时,我收到以下错误...
git.exe push -v --progress "origin" iteration1:iteration1
remote: *********************************************************************
To ssh://git@mycogit/cit_pplus.git
! [remote rejected] iteration1 -> iteration1 (pre-receive hook declined)
error: failed to push some refs to 'ssh://git@mycogit/cit_pplus.git'
Run Code Online (Sandbox Code Playgroud)
这是怎么回事?
我回过头来看了几个小时后打开的一些代码,然后对代码进行了一些修改然后将其推送.突然之间,我收到了这个错误:
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 …Run Code Online (Sandbox Code Playgroud) 每次我进入我的命令窗口
git lfs install
Run Code Online (Sandbox Code Playgroud)
我得到的消息是git:'lfs'不是git命令.见'git --help'.
我试着寻找解决方案,但没有一个答案是明确的.有人可以解释清楚如何解决这个问题?