Error on using huggingface cli repo

Hello,
First day here.
After approved access to the repo and installing the huggingface-cli I tried :
( Copied this from the repo:meta-llama/Meta-Llama-3.1-8B-Instruct · Hugging Face)

huggingface-cli download meta-llama/Meta-Llama-3.1-8B-Instruct --include “original/*” --local-dir Meta-Llama-3.1-8B-Instruct

got an error:

An error happened while trying to locate the file on the Hub and we cannot find the requested files in the local cache. Please check your connection and try again or make sure your Internet connection is on.

My internet connection is ok.
How to I proceed with this.

hi @abenari0
What does whoami give?
huggingface-cli whoami

If it’s Not logged in you can try to login with huggingface-cli login

Also, your request may be affected by firewall etc. You can curl to see if it is blocked by.
curl https://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct/resolve/8c22764a7e3675c50d4c7c9a4edb474456022b16/original/consolidated.00.pth

it should give
Access to model meta-llama/Meta-Llama-3.1-8B-Instruct is restricted. You must be authenticated to access it.