dependabot / dependabot-core

🤖 Dependabot's core logic for creating update PRs.
https://docs.github.com/en/code-security/dependabot
MIT License
4.53k stars 944 forks source link

Git error: command `git submodule update --init --recursive` has failed. #9236

Open alexfalkowski opened 4 months ago

alexfalkowski commented 4 months ago

Is there an existing issue for this?

Package ecosystem

Bundler

Package manager version

No response

Language version

No response

Manifest location and content before the Dependabot update

No response

dependabot.yml content

No response

Updated dependency

No response

What you expected to see, versus what you actually saw

A new version with a new hash. Though it is failing at the submodule and I don't see what the issue is.

Native package manager behavior

No response

Images of the diff or a link to the PR, issue, or logs

https://github.com/alexfalkowski/migrieren/network/updates/797050410

Smallest manifest that reproduces the issue

No response

alexfalkowski commented 4 months ago

I ran this locally to verify:

❯ git clone git@github.com:alexfalkowski/auth.git auth
Cloning into 'auth'...
remote: Enumerating objects: 4018, done.
remote: Counting objects: 100% (4018/4018), done.
remote: Compressing objects: 100% (1310/1310), done.
remote: Total 4018 (delta 2501), reused 3886 (delta 2393), pack-reused 0
Receiving objects: 100% (4018/4018), 919.46 KiB | 3.37 MiB/s, done.
Resolving deltas: 100% (2501/2501), done.
❯ cd auth
❯ git submodule update --init --recursive
Submodule 'bin' (git@github.com:alexfalkowski/bin.git) registered for path 'bin'
Cloning into '/Users/alejandro/auth/bin'...
Submodule path 'bin': checked out 'e6271f5f8677a1ddb2e98c6595f19747230659b2'
alexfalkowski commented 3 months ago

Similar issues: