Ulid
Ulid copied to clipboard
Cannot install ulid-cli
Hi, probably noob issue here but posting because I don't know how to proceed... Thing is I'm trying to install the ulid-cli as indicated in the readme.md with dotnet tool install --global ulid-cli but it fails throwing an HttpRequestException: 401 Unauthorized:
What am I doing wrong? Thanks!
Hmm. The same command completed successfully in my hand.
Maybe you could try the following?
- Clear HTTP cache
-
dotnet nuget locals http-cache --clear
-
- ignore-failed-sources
-
dotnet tool install -g ulid-cli --ignore-failed-sources
-
Tried that and still the same issue : /
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 30 days.