Ollama fails to compile not because it doesn't have git installed, but rather because it cannot find the.gitdirectory when it tries to clone the submodules. Ollama-webui has no submodules and it compiles successfully, so I'm assuming that buildkit is cloning the repositories without the.g...
Describe the bug When checked out on7a05b17attempting to issue git submodule update results in the following error: fatal: not a git repository: /Users/lucian/Documents/Firmware_Projects/circuitpython/lib/tinyusb/hw/mcu/nxp/../../../../../.git/modules/lib/tinyusb/modules/hw/mcu/nxp Fail...
git submodule add *** A git directory for 'adsplugin' is found locally with remote(s): fatal: Not a git repository: '.git/modules/adsplugin' If you want to reuse this local git directory instead of cloning again from git@git.haizhebar.com:jikai/adsplugin.git use the '--force' opti...
Open Synchronizing submodule url intermittently fails with “fatal: not a git repository” in CI Summary Intermittently, checking out the submodules for our project in one of our CI jobs fails, with the following output: Updating/initializing submodules... Submodule 'subprojects/gvdb' (https://...
Git遇到一个问题: fatal: Not a git repository (or any parent up to mount point /home) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). 解决办法:git init 错误信息指出不是一个git仓库,或者它的父级目录也不是git仓库。请确保您在正确的目录中执行git命令,并且该目录是一个...
当从github.com上面下载下了Firmware后,无意中删除了Firmware目录下的.git文件夹,再去编译就会出现:fatal: Not a git repository (or any of the parent directories)的错误。这是由于本地版本管理仓库被删除了,需要重新初始化仓库,建立新的仓库:git init ...
line with the development goals of Git. Git is meant to work in a distributed mode and doesn't presume that you are even able to connect to a non-local repository unless you explicitly tell it to. Git not auto-refreshing a submodule would be the expected behavior when thought of that ...
Summary I use git-submodules in a few projects (self-hosted Gitlab EE). The project URLs are relative to the current project. This...
After importing code from other Git hosting providers into Bitbucket, Git submodule URLs are not automatically updated. Example In this sample, we have a repo called main-repo in Bitbucket Cloud (bitbucket.org) that has a submodule called submod...
ERROR: Repository not found. fatal: Could notreadfrom remote repository. Please make sure you have the correct access rights and the repository exists. With a reference to an external submodule URL. This happens when you are referencing a submodule in your .gitmodules file in the main repositor...