-
Notifications
You must be signed in to change notification settings - Fork 190
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 Support #86
Comments
Uh, what? Aren't proxies normally handled at the system level? |
Line 231 in 4130771
After digging through |
As a workaround you can just download the packages.json file manually from http://github.com/nim-lang/packages |
That file can then be copied into ~/.nimble/, where the nimble executable will find it. |
I also had the problem that git was trying to clone git:// URLs, which does not seem to work when behind a proxy. Using the following git command fixed this:
|
Hello, I am running Ubuntu GNOME 14.10 version and I am having issues with Aporia installation due to this, a fix would be much appreciated. |
Hello! I have the same problems. I manually downloaded the packages.json file because I cannot get nimble to download it autonomously through my university proxy. I also edited the file replacing all occurrences of git:// with https://. I am using Linux Mint 17. |
Same problem. I just copied needed packages folders to .nimble/pkgs/ |
It's implemented but is blocked by Nim stdlib issues. |
Nim stdlib issues fixed in nim-lang/Nim@bf4c137. |
Doesn't work for me:
I replaced the proxy address with X.
|
Same for me:
|
This is a Nim stdlib bug, maybe you could take a look? I don't personally use proxies. |
Thanks for the input. Still in the devel branch |
oh, so it's fixed in devel? |
Yes, I was able to compile the last devel version of nim and with the right NIM_LIB_PREFIX, nimble successfully downloaded the package list behind a proxy :) |
Awesome, sucks that you had to set |
It was just to point to the last standard library (which contains the bug
fix for the HTTPS connection through proxy)
Will have to wait for the next nim release :)
…On Mon, Feb 26, 2018 at 4:41 PM, Dominik Picheta ***@***.***> wrote:
Awesome, sucks that you had to set NIM_LIB_PREFIX but I might just give
in and say that sometimes it's necessary to set it.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#86 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AACBYh_wNWLWgORoqUHSvLVg-QdpWwDeks5tYtCcgaJpZM4DOgAT>
.
--
Harold Leboulanger
|
It still doesn't work for me with nim 0.18.0 and nimble 0.8.10. |
Doesn't seem to be support for proxies. I tried hard-coding the proxy, but couldn't seem to get it to work.
The text was updated successfully, but these errors were encountered: