我正在尝试构建一个引用NuGet软件包的Visual Studio解决方案.我已经从别人的计算机复制了解决方案(通过
Git,但是我不知道复制方式在这里很重要).当我尝试构建解决方案时,我不断得到这个命令:
Error 3 The command ""D:\Custom Work\MySolution\Project\.nuget\nuget.exe" install "D:\Custom Work\MySolution\Project\AAIA.Model\packages.config" -source "" -RequireConsent -o "D:\Custom Work\MySolution\Project\packages"" exited with code 5. Please verify that you have sufficient rights to run this command.
我已经检查了所有文件夹的权限,他们似乎都很好.没有共同侵害; Visual Studio 2010是唯一触摸这些文件和文件夹的程序.为什么会发生这种情况?