2016-04-07 19 views
2

Bitbucked'de kesirli başlık ile şube silme çalışıyorum. Eylemler> Sil'i seçtiğimde bu mesajı alıyorum "Sayfa bulunamadı. İstediğiniz sayfayı bulamadık."Kiril başlıklı silme işlemi

error: unable to delete '<my_cyrillic_titled_branch>': remote ref does not exist error: failed to push some refs to '<repo_url>'

GÜNCELLEME: Ben

git push origin --delete <my_cyrillic_titled_branch>

ile cmd silmeye çalıştığınızda bu hatayı alıyorum Ben Centos 7 kullanıp git sürüm 1.8.3.1

Nasıl silmem gerekir?

+0

deneyin git push kökeni: ref/kafa/cyrillic_branch_name – gogstad

+0

Hayır, öyle değil Git ve Bitbucket hem sorunsuz Kiril ile çalışma nedeniyle, Git Bash deneyin iş. – Ivan

cevap

2

from cmd

Windows 'komut satırında mı çalışıyorsunuz? Sorun bu, sanırım;

[email protected]:~/development/bitbucket.org/storage> git --version                            
git version 2.7.4                                            

[email protected]:~/development/bitbucket.org/storage> git checkout -b ветка 
Switched to a new branch 'ветка' 

[email protected]:~/development/bitbucket.org/storage> git push -u origin ветка 
Password for 'https://*********@bitbucket.org': 
Total 0 (delta 0), reused 0 (delta 0) 
remote: 
remote: Create pull request for ветка: 
remote: https://bitbucket.org/*********/storage/pull-requests/new?source=%D0%B2%D0%B5%D1%82%D0%BA%D0%B0&t=1 
remote: 
To https://*********@bitbucket.org/*********/storage.git 
* [new branch]  ветка -> ветка                   
Branch ветка set up to track remote branch ветка from origin. 

enter image description here

[email protected]:~/development/bitbucket.org/storage> git push -u origin :ветка 
Password for 'https://*********@bitbucket.org':                                    
To https://*********@bitbucket.org/*********/storage.git                                
- [deleted]   ветка 

enter image description here

+0

Hayır, hala çalışmıyor. Aynı hata – Ivan

+0

@Ivan, şubenin adını tırnak içine koymayı deneyin. Bu gibi itme itme kökeni: "ветка". –

+0

Hala çalışmıyor :( – Ivan

İlgili konular