Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

proxy #21

Closed
swimtver opened this issue May 14, 2014 · 1 comment
Closed

proxy #21

swimtver opened this issue May 14, 2014 · 1 comment

Comments

@swimtver
Copy link

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

@glennc
Copy link
Contributor

glennc commented May 20, 2014

I created a new issue for this in the KRuntime repo, where KPM and KVM are. aspnet/dnx#215

@glennc glennc closed this as completed May 20, 2014
ryanbrandenburg pushed a commit that referenced this issue Nov 20, 2018
@ghost ghost locked as resolved and limited conversation to collaborators Dec 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants