Skip to content

Instantly share code, notes, and snippets.

@hoangitk
Last active January 25, 2025 09:19
Show Gist options
  • Select an option

  • Save hoangitk/6913faa5a4c30af95b0b83226a908fe6 to your computer and use it in GitHub Desktop.

Select an option

Save hoangitk/6913faa5a4c30af95b0b83226a908fe6 to your computer and use it in GitHub Desktop.
[Clean up] #admin #clean

Clean Up

Git

  • List: dotnet nuget locals --list all
  • Clean:
     dotnet nuget locals http-cache --clear
     dotnet nuget locals global-packages --clear
     dotnet nuget locals plugins-cache --clear
     
     dotnet nuget locals all --clear
@shreyans-padmani-196

Copy link
Copy Markdown

But what is the use case for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment