2012-10-12 3 views
2

이름에 대시가있는 원격 분기를 삭제할 수 없습니다.이름에 대시가있는 git에서 원격 분기 삭제하기

git push origin :paul-ms 
error: unable to push to unqualified destination: paul-ms 
The destination refspec neither matches an existing ref on the remote nor 
begins with refs/, and we are unable to guess a prefix based on the source ref. 
error: failed to push some refs to '[email protected]:blah/blah.git' 

git push origin --delete 'paul-ms' 
error: unable to push to unqualified destination: paul-ms 
The destination refspec neither matches an existing ref on the remote nor 
begins with refs/, and we are unable to guess a prefix based on the source ref. 
error: failed to push some refs to '[email protected]:blah/blah.git' 

답변

관련 문제