← 返回首页
Windows CI jobs fail due to 403 error downloading Alpine Linux is setup-wsl step · Issue #2107 · gitpython-developers/GitPython · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

Windows CI jobs fail due to 403 error downloading Alpine Linux is setup-wsl step #2107

New issue
New issue

Description

This step is recently failing in all Windows jobs:

- name: Set up WSL (Windows)
if: matrix.os-type == 'windows'
uses: Vampire/setup-wsl@v6.0.0
with:
wsl-version: 1
distribution: Alpine
additional-packages: bash

It seems this may have first occurred in #2106. But it is not due to any changes there, as can be confirmed by rerunning the workflow. This resembles the old resolved issue Vampire/setup-wsl#77, but I'm not sure if the cause is actually related. I've opened a new issue Vampire/setup-wsl#82 for it.

I think we can solve this here by putting the distribution back to Debian (or Ubuntu). When doing so, the extra Alpine-specific code for installing bash should be removed. I'll do this unless some way of getting Alpine to work becomes apparent soon.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Footer

      © 2026 GitHub, Inc.