正如標題所示,我正試圖在遠程倉庫中的git中創建一個新分支。在git中創建遠程倉庫上的新分支
要做到這一點我以前一直用下面的命令。
git push origin origin:refs/heads/rounding_issue
通常只是工作,然後我可以運行
git branch -r
確認。
今天上午然而,這並不工作,我已經收到以下錯誤消息。
error: src refspec origin does not match any.
error: failed to push some refs to '{user}@{location}:{repository}.git'
我用Google搜索了消息,並檢查各網站和唯一的解釋人已經快到了(我發現)是,也許主分支需要推送的第一或有一些事情你需要提交首先,我嘗試了許多不同的東西,但每次錯誤信息都是一樣的。
我可以承諾主分支罰款。
任何幫助將不勝感激。
像魅力一樣工作,謝謝! – Toby 2010-06-25 11:07:27