fatal: 不是一个有效的对象名:'master'。

Posted qqhfeng

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了fatal: 不是一个有效的对象名:'master'。相关的知识,希望对你有一定的参考价值。

听说git比svn的branch功能好,所以装了个msysgit玩.执行完了git init操作后想建branch,用git branch develop命令,结果报错,说
fatal: Not a valid object name: ‘master‘
看了这个篇文章http://stackoverflow.com/questions/9162271/fatal-not-a-valid-object-name-master,才知道要先commit一些东西,否则master是不存在的.

 

以上是关于fatal: 不是一个有效的对象名:'master'。的主要内容,如果未能解决你的问题,请参考以下文章

ubuntu 14.04 git clone 出现 fatal: Unable to find remote helper for 'https'

Git拉取分支报错(fatal:‘XXX' is not a commit and a branch ‘XXX' cannot be created from it)

对象名 'dbo.Student' 无效

git 拉取远程分支报错(fatal: '' is not a commit and a branch '' cannot be created from it)(示例

推送代码分支时出现:fatal: 'origin' does not appear to be a git repository

js匹配数组中对象是不是存在一个值