The ff init fabric command is not working due to this code snippet:
|
if err := request("GET", fmt.Sprintf("https://raw.githubusercontent.com/hyperledger/firefly/%s/manifest.json", version), nil, &manifest); err != nil { |
This is happening because the GitHub request limit has been exceeded.
I propose making the manifest.json file and any other files that need similar access available in the release artifacts, so it's possible to make the request without hitting the limit.