-
Notifications
You must be signed in to change notification settings - Fork 27
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
Installing packages behind proxy #52
Comments
What kind of proxy?
Do you have direct access to github? |
Corporate proxy - Zscaler. I have http_proxy and https_proxy variables correctly set up, I can do git clone without problem, but somehow the way your application tries to download from Github the proxy doesn't like. Do you know what might be the problem? |
It doesn't use git, it just downloads the tarballs from |
I can access that url from curl, but it is redirecting somewhere else. I think we need to use directly the url which it redirects to in order to work behind proxy. I have tried to fix your code, but I am not that much familiar with Python, C:\Users\jmasarb.JCPLC\Downloads\cget>cget install pfultz2/pkgconfig |
I am not sure why its sending 500, for a redirect it should send 302. Here is the line the that creates the github url. You could change it to what you think the url should be. It also may be a problem with https with the proxy server. You can try adding the |
Hello, could you please tell me how can I use your library from behind a proxy? I think this issue may be related to Github,because this works
cget install http://zlib.net/zlib-1.2.11.tar.gz
,however this doesn't
cget install pfultz2/cget-recipes.
The text was updated successfully, but these errors were encountered: