-
Notifications
You must be signed in to change notification settings - Fork 17
Description
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