Skip to content

Release v3.2 broken: git clone returns 500 / releases v3.2.0 ZIP returns 404 / tags inaccessible #31

@sp1t2026

Description

@sp1t2026

Hello MicroBitcoin team,

There is currently a critical problem with the MicroBitcoin repository:

1. git clone fails with 500

When attempting to clone the repository:

git clone https://github.com/MicroBitcoinOrg/MicroBitcoin.git

GitHub returns:

remote: Internal Server Error
fatal: unable to access 'https://github.com/MicroBitcoinOrg/MicroBitcoin.git/': The requested URL returned error: 500

This happens consistently on multiple systems and networks.

2. v3.2 release assets are broken (404)

The release page lists "MicroBitcoin 3.2", but the ZIP / tarball links return 404 Not Found.

The link:
https://github.com/MicroBitcoinOrg/MicroBitcoin/archive/refs/tags/v3.2.0.zip

results in:

404 Not Found

This means the v3.2 build source cannot be downloaded by developers.

3. Tags cannot be fetched

Running:

git fetch --all --tags

also results in server-side errors (500), meaning the repo’s git object store or backend references may be corrupted.


Requested action

Please re-upload or regenerate the v3.2.0 release assets (ZIP and tar), or repair the repository references so that cloning and checkout of v3.2 is possible.

This is currently blocking node compilation and verification for the latest MicroBitcoin network.

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions