I receive the error
"error creating the web proxy specified in the 'system.net/defaultproxy' configuration section"
if i try to push a package to nuget.
Heres is the commandline
nuget push -source http://packages.nuget.org/v1/ EmptyTestPackage.1.0.0.0.nupkg
How can i handle that ?