Git error- fatal- Needed a single revision 最近在开发中由于项目结构的重构,有一部分代码被抽出来作为了公共库(git submodule),这样公共库可以独立维护,同时其他库调用它也是非常方便的,避免了到处复制代码的痛苦。 但我在项目重构后第一次pull更新时发现,更新十分的缓慢,好像是submodule 项目pull不下来,然后失去...
fatal: Needed a single revision Unable to find current revision in submodule path 'submodules/sample-code' Warning: Command failed: git submodule update --init "E:\project\appium\submodules\sample-code" fatal: Needed a single revision Unable to find current revision in submodule path 'submodules...
您需要提供分支的名称(或其他提交标识符),而不是git rebase的远程节点的名称。例如:...
Fix the "Fatal: Needed a Single Revision" Error When performing thegit submodule updatecommand, the following error may appear: Fatal: Needed a single revision Unable to find current origin/master revision in submodule path '[submodule-name]' The error comes up if you do not use themasterbranc...
解决以上问题,可以考虑使用git的 submodule 来解决。 submodule是什么? git submodule 是一个很好的多项目使用共同类库的工具,它允许类库项目做为repository,子项目做为一个单独的git项目存在父项目中,子项目可以有自己的独立的commit,push,pull。 父项目以Submodule的形式包含子项目,父项目可以指定子项目header,父项目...
但是Xcode的命令行工具未升级导致的,更新一下就可以了 $ xcode-select --install xcod ...
fatal: Needed a single revision Unable to find current revision in submodule path 'AppSettingsHelper' ERROR: Job failed: exit status 1 I used the same .gitlab-ci.yml file as in all projects. The code of my .gitlab-ci.yml is the following: ...
[git: fatal: Needed a single revision], git submodule update --init 会显示没有找到的子模块路径 $ rm -rf 文件彻底删除出错的文件 $ git submodule update --init 四.创建Git本地仓库 git 克隆的是该 Git 仓库服务器上的几乎所有数据,而不是仅仅复制完成你的工作所需要文件。 当你执行 git clone 命令...
I get this error when in the submodule there is a new commit but the project that has the submodule is pointing to an old commit: fatal: Needed a single revision. Unable to find current origin/<branch> revision in submodule path <submodule> ...
If the repository is auto-discovered via a .git file (e.g. from submodules, or a linked worktree), the .git location would be the final location where the .git directory is, not where the .git file is. The pattern can contain standard globbing wildcards and two additional ones, **/...