dfinity / sdk

IC SDK: a Software Development Kit for creating and managing canister smart contracts on the ICP blockchain.

Home Page:https://internetcomputer.org/developers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

download https://github.com/dfinity/sdk/releases/download//dfx--x86_64-darwin.tar.gz 404

JSjump opened this issue · comments

I tried the following:

1.sh -ci "$(curl -fsSL https://internetcomputer.org/install.sh)"

this happened:
1.[ explanation](curl: (7) Failed to connect to raw.githubusercontent.com port 443 after 11 ms: Couldn't connect to server)
2.curl: (22) The requested URL returned error: 404
dfinity-sdk: command failed: downloader https://github.com/dfinity/sdk/releases/download//dfx--x86_64-darwin.tar.gz

It looks like you can't connect to raw.githubusercontent.com. This usually happens if either your connection is unstable or if your ISP blocks access. Can you try using a VPN?

It looks like you can't connect to raw.githubusercontent.com. This usually happens if either your connection is unstable or if your ISP blocks access. Can you try using a VPN?

Thank you for your reply and suggestions. The issue has been resolved by downloading the DFINITY SDK from GitHub Releases.