2014-11-06 56 views
0

我有一個SVN標籤2.14,我試圖更新。首先,我已經更新了我的本地標籤與嘗試更新SVN標籤時發生SubGit錯誤

git tag 2.14 -f 

,然後我刪除了遠程標記

git push origin :refs/tags/2.14 

但是現在,當我嘗試使用

git push origin refs/tags/2.14 

我得到推標籤錯誤說:

! [rejected] 2.14 -> 2.14 (already exists) 
error: failed to push some refs to ... 
hint: Updates were rejected because the tag already exists in the remote 

我c hecking在遠程Git/SubGit回購git tag -l和標籤仍然存在於存儲庫中,但不是在Subversion!我試圖用git tag -d 2.14手動刪除SubGit回購中的標籤,但仍然得到相同的錯誤。當我嘗試在遠程標記被刪除的情況下執行本地git fetch時,遠程2.14標記以某種方式在SubGit存儲庫中恢復。

+0

能否請您發送您的SubGit安裝你的'subgit/logs'目錄的內容支持@ subgit.com或我的電子郵件地址(在我的個人資料中)? – 2014-11-06 21:27:43

回答

相關問題