6
裁判,我試圖把代碼到遠程回購 -推到遠程回購給出了錯誤 - 有仍在
git push uat release/1.1:release
Counting objects: 4047, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (1679/1679), done.
Writing objects: 100% (4047/4047), 3.38 MiB | 1.79 MiB/s, done.
Total 4047 (delta 2160), reused 3666 (delta 1909)
remote: Switched to branch 'release'
To [email protected]:/repos/tms/uat
* [new branch] release/1.1 -> release
error: there are still refs under 'refs/remotes/uat/release'
error: Cannot lock the ref 'refs/remotes/uat/release'.
如何解決上述錯誤。
你會不會有一個標籤與目錄名稱相沖突? (http://stackoverflow.com/a/9335269/6309) – VonC
不,我沒有。 – murtaza52