PowerShell 執行時出現無法下載 WARNING: Unable to download from URI 'https://go.microsoft.com/fwlink/?LinkID=627338&clcid=0x409' to ''

當你確認網路都正常
但是無法正確install模組
可以試試看在Powershell(管理員執行)

1. Open Powershell (As Admin)
2. [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
3. Try it again!

或是安裝Nuget新版本
Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force
It work fine for me

footer See also :

留言

這個網誌中的熱門文章

Office 2021 離線安裝封裝與KMS啟動步驟

Ollama使用心得與模型導入教學

ARC下NSMutableDictionary 無法使用retainCount