我试图从 nuget 和 PM 安装 entityframework,但安装总是中途停止。
我遇到连接问题,错误是这样的
Install-Package : Unable to read data from the transport connection: An existing connection was forcibly close
d by the remote host.
At line:1 char:16
+ Install-Package <<<< EntityFramework
+ CategoryInfo : NotSpecified: (:) [Install-Package], IOException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand