submodule recursive fails to clone using http
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 45/100
Research direction
Start with the checkout step in .github/workflows/ci.yml around line 56 and the linked GitHub Actions run, focusing on recursive submodule cloning of https://git.savannah.gnu.org/r/config.git. Reproduce the failure with actions/checkout@v2 and determine whether the checkout can complete over HTTP; done means the recursive checkout succeeds or the limitation is clearly documented.
Written by the indexing model from the issue text.
Description
Here is the error:
https://github.com/aminya/build2-toolchain/runs/1506543807?check_suite_focus=true#step:6:182
Error: fatal: dumb http transport does not support shallow capabilities
Error: fatal: clone of 'https://git.savannah.gnu.org/r/config.git' into submodule path '/home/runner/work/build2-toolchain/build2-toolchain/build2/config' failed
Here is the config:
https://github.com/aminya/build2-toolchain/blob/a0d6e01cb63abca5250981084a7f03c0fa5f2856/.github/workflows/ci.yml#L56
- name: Checkout master branch
uses: actions/checkout@v2
with:
repository: 'build2/build2-toolchain'
submodules: recursive
- Dominant language
- TypeScript
- Stars
- 8.9k
- Forks
- 2.8k
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from actions/checkout
-
Difficulty 1/5 1-3 hours Newbie friendliness 68/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
Difficulty 1/5 Under an hour Newbie friendliness 68/100
All issues in actions/checkout
Similar issues
-
clawsweeper:fix-shape-clear clawsweeper:queueable-fix clawsweeper:source-repro impact:ux-friction issue-rating: 🦞 diamond lobster no-stale P3
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
community first-timers-only good first issue hacktoberfest help wanted low hanging fruit up-for-grabs
Difficulty 1/5 Under an hour Newbie friendliness 76/100
-
code-quality refactoring
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
github/gh-aw-firewall#8816 ·
-
integration:quickjs org:external priority:backlog topic:code-interpreter topic:middleware type:feature
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
langchain-ai/deepagents#6450 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 88/100
vercel/react-tweet#225 ·