Skip to content

Instantly share code, notes, and snippets.

@hoangitk
Last active January 25, 2025 09:19
Show Gist options
  • Save hoangitk/6913faa5a4c30af95b0b83226a908fe6 to your computer and use it in GitHub Desktop.
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
Copy link

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