过去当我创建一个git存储库时,在第一次推送时我也可以隐式创建主分支。
但是现在还不行。
我在Bitbucket上创建了一个存储库。
然后在我的源文件夹中运行git init
然后运行git remote add origin https://[repository-url-mine]
并运行git add .
和git commit -m "Init"
命令。
但当我想推动它时,git说,它没有找到任何主分支。
我错过了什么吗?我检查了Bitbucket页面,但如果我按照代码片段中的命令,我会得到相同的错误。
或者我错了如何使用git push origin master
命令?
Here the full error message:
error: src refspec master does not match any.
error: failed to push some refs to 'https://[myname]@bitbucket.org/[myname]/project.git'