today i come across an error when install the abp from the command line
after refer to https://github.com/abpframework/abp/issues/2003
I do below test
1. use dotnet tool install -g Volo.Abp.Cli --ignore-failed-sources
and the abp will be successed installed
2. use dotnet tool uninstall -g Volo.Abp.Cli to unistall abp
open Visual studio > Tools > Options > Nuget Packages Manager > Package sources
uncheck all items except the nuget.org
this setting is actually saved in the file C:\Users\Gavin\AppData\Roaming\NuGet\NuGet.Config
then install the abp again and this time it does not have error
reference
https://blog.walterlv.com/post/add-custom-nuget-source
标签:cli,volo,abp,source,https,error From: https://www.cnblogs.com/cg6811568/p/16989161.html