NuGet/Home

Error extracting foundation-sites 6.4.3 package due to zip file conflicts.

Open

#7,239 opened on Aug 24, 2018

View on GitHub
 (11 comments) (0 reactions) (0 assignees)HTML (292 forks)batch import
Area:ErrorHandlingFunctionality:InstallFunctionality:RestorePriority:2Type:Bughelp wanted

Repository metrics

Stars
 (1,459 stars)
PR merge metrics
 (Avg merge 464d 23h) (1 merged PR in 30d)

Description

From @Miclebrick on June 29, 2018 21:6

Steps to reproduce

dotnet new razor dotnet add package foundation-sites

Expected behavior

installs package

Actual behavior

miclebrick@micles-workshop:~/Web/starlegacy.net$ dotnet add package foundation-sites Writing /tmp/tmp74iiKh.tmp info : Adding PackageReference for package 'foundation-sites' into project '/home/miclebrick/Web/starlegacy.net/starlegacy.net.csproj'. log : Restoring packages for /home/miclebrick/Web/starlegacy.net/starlegacy.net.csproj... info : CACHE https://api.nuget.org/v3-flatcontainer/foundation-sites/index.json info : CACHE https://api.nuget.org/v3-flatcontainer/foundation-sites/6.4.3/foundation-sites.6.4.3.nupkg log : Installing foundation-sites 6.4.3. error: Access to the path '/home/miclebrick/.nuget/packages/foundation-sites/6.4.3/foundation-sites.nuspec' is denied. error: Permission denied

Environment data

dotnet --info output: miclebrick@micles-workshop:~$ dotnet --info .NET Core SDK (reflecting any global.json): Version: 2.1.301 Commit: 59524873d6

Runtime Environment: OS Name: zorin OS Version: 12 OS Platform: Linux RID: linux-x64 Base Path: /usr/share/dotnet/sdk/2.1.301/

Host (useful for support): Version: 2.1.1 Commit: 6985b9f684

.NET Core SDKs installed: 2.1.301 [/usr/share/dotnet/sdk]

.NET Core runtimes installed: Microsoft.AspNetCore.All 2.1.1 [/usr/share/dotnet/shared/Microsoft.AspNetCore.All] Microsoft.AspNetCore.App 2.1.1 [/usr/share/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.NETCore.App 2.1.1 [/usr/share/dotnet/shared/Microsoft.NETCore.App]

To install additional .NET Core runtimes or SDKs: https://aka.ms/dotnet-download

Copied from original issue: dotnet/cli#9594

Contributor guide