Closed
Description
I've got errors when i use kvm and kpm without proxy
I changed kvm.ps1 for using webProxy
$wc = New-Object System.Net.WebClient
$proxy = New-Object System.Net.WebProxy
$proxy.Address="http://myProxy:8888"
$proxy.UseDefaultCredentials=true
$wc.Proxy=$proxy
I'm not so familar with Powershell, but it works for me.
But I don't understand how setup proxy settings to packageManager.
kpm restore return
Error: FindPackageById: System.Console
An error occured while sending request
I hope you help me with this problem
Metadata
Metadata
Assignees
Labels
No labels