github问题error: src refspec master does not match any解决方法|please tell me who you are

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了github问题error: src refspec master does not match any解决方法|please tell me who you are相关的知识,希望对你有一定的参考价值。

http://www.open-open.com/lib/view/open1366080269265.html这个先记录一下省得以后再找

我这里要解决的问题根本是:please tell me who you are.
出现问题原因:在本地创建了一个文件后,在github上创建了另一个,我需要将他们连接起来,
git remote add origin ‘地址‘,这里会出现问题,使用下面2,3步解决,不是使用clone下来的需要add origin地址进行连接
1git init
2.git config user.name "someone"
3.git config user.email "[email protected]"
4.git add *
5.git commit -m "some init msg"

以上是关于github问题error: src refspec master does not match any解决方法|please tell me who you are的主要内容,如果未能解决你的问题,请参考以下文章

s-s-rS 报告语法

sunos kernel src

ldap嵌套组成员资格

编写 SQL 查询将表从 A 转换为 B

auth src

github问题error: src refspec master does not match any解决方法|please tell me who you are