解决:github上传时出现error: src refspec master does not match any

原因分析

  引起该错误的原因是,目录中没有文件,空目录是不能提交上去的

解决方法

touch README
git add README
git commit -m ‘first commit‘
git push origin master
时间: 2024-10-06 03:12:09

解决:github上传时出现error: src refspec master does not match any的相关文章

本地Git仓库和远程仓库的创建和关联及github上传(git push)时出现error: src refspec master does not match any解决办法

github上传项目方法: 在你的电脑上装好git Git Bash Here 本地Git仓库和远程仓库的创建及关联大致流程是: 1.初始化这个本地的文件夹为一个Git可以管理的仓库 git init 注意:Git会自动为我们创建唯一一个master分支我们能够发现在当前目录下多了一个.git的目录,这个目录是Git来跟踪管理版本库的,千万不要手动修改这个目录里面的文件,不然改乱了,就把Git仓库给破坏了. 2.将本地的仓库和远程的仓库进行关联 git remote add origin [em

Git:错误:error:src refspec master does not match any

新建立了一个远程仓库,想着把项目放上去.于是在项目目录上: git init 然后就添加远程库 git remote add origin xxxx.git 然后就想push: git push -u origin master 结果提示错误: error:src refspec master does not match any 百度下,原来是说我本地没有提交任何东西,本地版本库为空, 空目录不能提交 (只进行了init, 没有add和commit). 解决: 添加:git add -A 提交

error: src refspec master does not match any.

执行下面的命令,git push 时候出错: git push origin master 出现如下错误: error: src refspec master does not match any. error: failed to push some refs to '[email protected]:********' 原因: 本地仓库为空 解决办法: git add somefile git commit -m "comment" 原文地址:https://www.cnblog

【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 init2.git co

error: src refspec test does not match any.

我在本地创建了新分支test并提交到github上 错误信息如下: error: src refspec test does not match any. error: failed to push some refs to 'https://github.com/itbsl/admin.git' 错误的原因是远程并没有test分支,我们需要将在本地创建分支的信息推送到github上 git push origin HEAD -u 可以到github看一下 原文地址:https://www.cn

使用 Git 报错 error: src refspec master matches more than one.

今天在使用 Git push 代码时遇到一个报错: error: src refspec master matches more than one. error: failed to push some refs to '[email protected]:yn/enh.git' 出现这个错误是因为有一个与当前提交分支同名的标签 查看标签列表: git tag 删除这个标签: git tag -d <tag-name> 再次 push 就 ok 了

git上传时出现ERROR: Repository not found.的解决办法

今天在上传时出现错误,原因是之前更改了gitee上的个人空间地址,导致找不到.需要重新配置 https://gitee.com/help/articles/4114#article-header0 原文地址:https://www.cnblogs.com/sweetC/p/11774424.html

解决Xcode上传出现的Error ITMS-9000问题 ,No image found at the path referenced under key CFBundleIcons AppIcon

今天用Xcode 6.1 上传应用到市场,出现了如下问题: Error ITMS-9000: "Invalid image path - No image found at the path referenced under key CFBundleIcons AppIcon120x120 用stackoverflow查了下,问题解决如下: 地址:http://stackoverflow.com/questions/25956210/error-uploading-the-application

app上传时,ERROR ITMS-90125,ERROR ITMS-90087,ERROR ITMS-90209错误

ERROR ITMS-90087: "Unsupported Architectures. The executable for yht.temp_caseinsensitive_rename.app/Frameworks/VideoCore.framework contains unsupported architectures '[x86_64, i386]'." ERROR ITMS-90209: "Invalid Segment Alignment. The app