origin/master
서버에서 제거 할 수 없습니다 . 왜 그런지 모르겠다.
오류 메시지는 다음과 같습니다
remote: error: By default, deleting the current branch is denied, because the next
remote: error: 'git clone' won't result in any file checked out, causing confusion.
remote: error:
remote: error: You can set 'receive.denyDeleteCurrent' configuration variable to
remote: error: 'warn' or 'ignore' in the remote repository to allow deleting the
remote: error: current branch, with or without a warning message.
remote: error:
remote: error: To squelch this message, you can set it to 'refuse'.
remote: error: refusing to delete the current branch: refs/heads/master
To acanzian@elab.ecn.purdue.edu:/export/home/a/elabshare/git/ID-check.git
! [remote rejected] master (deletion of the current branch prohibited)
error: failed to push some refs to 'acanzian@elab.ecn.purdue.edu:/export/home/a/elabshare/git/ID-check.git'
아니요, Github을 사용 하지 않습니다 .
1
왜 그렇게 하시겠습니까? 다른 지점이 있습니까?
—
Daniel B
실제로 다른 지점이 있습니다 (이미지의 링크를 확인하십시오. 실제로 표시 할 수 있습니까?). 우리는 리베이스를해야했고
—
Atcold
master
, 이제는 시간이 지날 지점에서 그것을해야했습니다 master
. 유일한 문제는 서버에서 마스터를 죽일 수없는 이유를 모른다는 것입니다.
아마 당신이 찾고있는 대답은 아니지만, rebased
—
SlightlyCuban
master
를에 강제로 밀어 넣어 origin/master
이전 것을 새로운 것으로 대체 할 수 있습니다.
오류 메시지 외에도 사용중인 명령을 게시하십시오.
—
Kyralessa
@Kyralessa, 스크린 샷을 확인하십시오.
—
Atcold