You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! We want to build an open source package on the intranet through conan, we proxied the conan repository, but in the test we found that some packages need to be built, but the source code needs to be pulled from GitHub.
In fact, we also made a proxy for GitHub, how should we get conan to pull the source package through the proxy address?
The version of conan we use is: 1.63.0(That open source package requires this version)
Have you read the CONTRIBUTING guide?
I've read the CONTRIBUTING guide
The text was updated successfully, but these errors were encountered:
Thanks for your question.
What package do you refer to? Do you have any link?
The thing is that Conan 1 is already almost 2 years old, and is considered deprecated. Upgrading to Conan 2 should be a priority.
What do you mean "the conan repository"? Do you mean ConanCenter (center.conan.io API endpoint)? The one that is listed in conan remote list?
If that is the case, and you can already proxy ConanCenter configuring your proxy rules, not sure why doing a similar configuration for Github.com wouldn't be enough? Conan has some configuration to configure the proxies, but if you managed to get to ConanCenter, then Github.com should be similar.
What is your question?
Hi! We want to build an open source package on the intranet through conan, we proxied the conan repository, but in the test we found that some packages need to be built, but the source code needs to be pulled from GitHub.
In fact, we also made a proxy for GitHub, how should we get conan to pull the source package through the proxy address?
The version of conan we use is: 1.63.0(That open source package requires this version)
Have you read the CONTRIBUTING guide?
The text was updated successfully, but these errors were encountered: