Skip to content

proxy #21

Closed
Closed
@swimtver

Description

@swimtver

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions