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的主要内容,如果未能解决你的问题,请参考以下文章
error: src refspec master does not match any error: failed to push some refs to ‘github.com:Lydever/
解决:github上传时出现error: src refspec master does not match any
error: src refspec test does not match any.
本地Git仓库和远程仓库的创建和关联及github上传(git push)时出现error: src refspec master does not match any解决办法