我已經從遠程存儲庫創建了一個分支並更改了本地回購的名稱。稍後,我通過運行git branch --unset-upstream
命令刪除了跟蹤。 現在,當我試圖把我的本地更改到遠程分支我提示以下錯誤:git推送到遠程分支拋出錯誤
git push --set-upstream origin feature/my_remote_branch
error: src refspec feature/my_remote_branch does not match any.
error: failed to push some refs to 'https://[email protected]/scm/app/app.git'
我要去哪裏錯了?
Ofcourse你,如果你正在使用--unset上游收到此錯誤。仔細閱讀文檔。 – ckruczek
我更新了我的問題中的git push命令。仍然得到相同的錯誤 – zilcuanu
什麼是本地分支的名稱,遠程分支的名稱是什麼? – Vampire