We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
leiningen/bin/lein.ps1
Line 43 in aba4502
Exception calling "IsBypassed" with "1" argument(s): "Operation is not supported on this platform." At C:\Users\me\Downloads\lein.ps1:43 char:8 + if(!([Net.WebRequest]::DefaultWebProxy.IsBypassed('https://github ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [], MethodInvocationException + FullyQualifiedErrorId : PlatformNotSupportedException
Commenting out the concerning if-Block works around it, when there is no proxy in use...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
leiningen/bin/lein.ps1
Line 43 in aba4502
Commenting out the concerning if-Block works around it, when there is no proxy in use...
The text was updated successfully, but these errors were encountered: