我想將文件添加到BitBucket上的存儲庫中,並且遇到問題。Git錯誤:src refspec master與任何錯誤不匹配:無法推送一些文件
我使用GIT,這是我在
$ cd lis4368/assignments
$ git remote
$ git remote -v
$ git remote rm origin
類型,然後我在輸入這個(這是到位桶告訴我進入)
$ git remote add origin https://[email protected]/cpb09e/cpb09e.git
$ git push -u origin master
而且我不斷收到這錯誤消息:
error: src refspec master does not match any.
error: failed to push some refs to 'https://[email protected]/cpb09e/cpb09e.git'
有人可以請求幫我嗎?我已經嘗試了從git commit到rm -rf *的所有內容,我根本無法獲取任何內容。
'git branch'的輸出是什麼? – Amber
我在哪裏可以找到git分支? – user1676428
這是一個命令。 'git branch' - 就像'git push'或'git remote'一樣。運行它並將輸出添加到您的問題。 – Amber