Ulid icon indicating copy to clipboard operation
Ulid copied to clipboard

Cannot install ulid-cli

Open alex13lopez opened this issue 1 year ago • 2 comments

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:

image

What am I doing wrong? Thanks!

alex13lopez avatar Feb 07 '24 08:02 alex13lopez

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
      

hadashiA avatar Feb 09 '24 03:02 hadashiA

image Tried that and still the same issue : /

alex13lopez avatar Feb 09 '24 10:02 alex13lopez

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.

github-actions[bot] avatar Aug 08 '24 00:08 github-actions[bot]