错误NuGet包google翻译API
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了错误NuGet包google翻译API相关的知识,希望对你有一定的参考价值。
我正在尝试从NuGet安装Google.Cloud.Translation.V2包,我一直收到此错误
无法从远程源'https://api.nuget.org/v3-flatcontainer/google.cloud.translation.v2/index.json'检索有关'Google.Cloud.Translation.V2'的信息。发送请求时发生错误。无法连接到远程服务器无法建立连接,因为目标计算机主动拒绝它72.21.81.200:443
谢谢
答案
如果您在命令中使用库的版本,如下所示:
Install-Package Google.Cloud.Translation.V2 -Version 1.1.0
要么:
dotnet add package Google.Cloud.Translation.V2 --version 1.1.0
要么:
paket add Google.Cloud.Translation.V2 --version 1.1.0
然后,防火墙可能会阻止您。如果您正在使用这些命令中的任何一个并且错误仍然存在,那么这不是编码问题,可以在ServerFault上检查此问题是否有可能阻止您的防火墙或任何其他网络问题。
以上是关于错误NuGet包google翻译API的主要内容,如果未能解决你的问题,请参考以下文章