nuget.telerik-无法加载源的服务索引

发布于 2025-02-04 23:02:46 字数 1445 浏览 1 评论 0原文

nuget软件包没有为telerik.ui.for.xamarin下载。当我选择软件源 telerik nuget时,获取错误,

 Unable to find package Telerik.UI.for.Xamarin with version (>= 2019.2.619.1)
 Found 1 version(s) in nuget.org [ Nearest version: 2015.3.1202 ]   

 [Telerik Nuget] Unable to load the service index for source https://nuget.telerik.com/v3/index.json.
 Response status code does not indicate success: 401 (Unauthorized).

appdata's nuget.config文件中添加了凭据

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <packageSources>
   <clear />
  <add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
  <add key="Telerik Nuget" value="https://nuget.telerik.com/v3/index.json" />
</packageSources>
 <packageSourceCredentials>
    <telerik>
      <add key="Username" value="*****" />
      <add key="ClearTextPassword" value="*****" />
   </telerik>
 </packageSourceCredentials>
</configuration>

我 信息

我还添加了https://nuget.telerik.com/nuget url and corterentials and凭据window> window> window cre manager手动。

如何解决此问题?

Nuget package is not getting downloaded for Telerik.UI.for.Xamarin. When I select Package Source Telerik Nuget, getting an error

 Unable to find package Telerik.UI.for.Xamarin with version (>= 2019.2.619.1)
 Found 1 version(s) in nuget.org [ Nearest version: 2015.3.1202 ]   

 [Telerik Nuget] Unable to load the service index for source https://nuget.telerik.com/v3/index.json.
 Response status code does not indicate success: 401 (Unauthorized).

I have added credentials in APPDATA's nuget.config file

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <packageSources>
   <clear />
  <add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
  <add key="Telerik Nuget" value="https://nuget.telerik.com/v3/index.json" />
</packageSources>
 <packageSourceCredentials>
    <telerik>
      <add key="Username" value="*****" />
      <add key="ClearTextPassword" value="*****" />
   </telerik>
 </packageSourceCredentials>
</configuration>

Please check below screenshot for more information

enter image description here

I have also added https://nuget.telerik.com/nuget url and credentials in Window cre manager manually.

How can I fix this issue ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

自找没趣 2025-02-11 23:02:46

给定的错误是由于用户名和密码的错误组合而发生的。

Response status code does not indicate success: 401 (Unauthorized)

密码很敏感。

The given error is happening due to wrong combination of username and password.

Response status code does not indicate success: 401 (Unauthorized)

Password is case sensitive.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文