简体   繁体   English

Access Is Denied错误将程序包推送到我的Azure Devops工件nuget feed中

[英]Access Is Denied error pushing package into my azure devops artifacts nuget feed

In my question here I managed to push one package to my feed, however I now get an Access is denied error. 这里的问题中,我设法将一个程序包推送到提要中,但是现在出现“访问被拒绝”错误。

According to this question I should be prompted for user name and password. 根据这个问题 ,应该提示我输入用户名和密码。 This did occur for the package I managed to push, but it no longer occurs. 我设法推送的软件包确实发生了这种情况,但不再发生。

What do I need to do? 我需要做什么?

Studying the docs 学习文档

this issue on Git is relevant 这个关于Git的问题是相关的

[Update] [更新]

Something strange has happened to my folder. 我的文件夹发生了奇怪的事情。 I get the error if I just type Nuget at the dos prompt. 如果我在dos提示符下键入Nuget,则会收到错误消息。 If I create a new folder and extract nugetcredentialprovider.zip into it, then run Nuget I don't get the error 如果我创建一个新文件夹并将nugetcredentialprovider.zip解压缩到其中,则运行Nuget我不会收到错误

the cli reference cli参考

push reference 推送参考

configuring nuget behaviour 配置nuget行为

Starting over again with a new installation of credentialsprovider solved the problem. 重新安装新的凭据提供程序可以解决此问题。

I accidentally cause the problem again by pasting in a command that started with the directory name 我意外地通过粘贴以目录名称开头的命令再次导致该问题

(a cut and paste boo booo) (剪切并粘贴嘘声)

访问被拒绝

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Publish.snupkg 到 Azure DevOps 工件 nuget 提要 - Publish .snupkg to Azure DevOps artifacts nuget feed 从我的 Azure DevOps Artifacts 提要安装上游 NuGet 包(以将它们保存在该提要中)无效 - Installing upstream NuGet packages from my Azure DevOps Artifacts feed (to get them saved in that feed) has no effect NuGet package 用于 Azure DevOps Feed 和 Z209802FB858E2C83205027EDBBB5 - NuGet package for Azure DevOps Feed and Package managment 带有 Azure DevOps Artifacts feed 的 NuGet 上游源的安装包失败 - Install-Package with Azure DevOps Artifacts feed with NuGet upstream source is failing 将公共包装推向天蓝色devops feed - pushing public package to azure devops feed Azure DevOps Artifacts Feed 填充了 NuGet Gallery 包 - Azure DevOps Artifacts Feed fills with NuGet Gallery packages 我可以将现有的 NuGet 包上传到 Azure DevOps 工件源吗? - Can I upload existing NuGet packages to an Azure DevOps artifacts feed? 为什么我在DevOps Artifacts中的私人Nuget Feed中有Microsoft软件包? - Why are there Microsoft packages in my private Nuget Feed in DevOps Artifacts? Azure DevOps 项目管道无法从不同项目中的工件源访问 NuGet 包 - Azure DevOps Project pipeline not able to access NuGet package from Artifact Feed in different Project Azure DevOps:无法从 Azure Pipeline 中的提要加载 nuget 包 - Azure DevOps: Can not load nuget package from feed in Azure Pipeline
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM