-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Description
nuget 的可能存在修改了配置
在原有的获取文件夹获取不到的情况下,可以执行下面命令进行获取
dotnet nuget locals all --list其他命令
# Clear the 3.x+ cache (use either command)
dotnet nuget locals http-cache --clear
nuget locals http-cache -clear
# Clear the 2.x cache (NuGet CLI 3.5 and earlier only)
nuget locals packages-cache -clear
# Clear the global packages folder (use either command)
dotnet nuget locals global-packages --clear
nuget locals global-packages -clear
# Clear the temporary cache (use either command)
dotnet nuget locals temp --clear
nuget locals temp -clear
# Clear the plugins cache (use either command)
dotnet nuget locals plugins-cache --clear
nuget locals plugins-cache -clear
# Clear all caches (use either command)
dotnet nuget locals all --clear
nuget locals all -clearReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels