Create Github mirror in Artifactory
问题 How to create a github mirror in Artifactory. We need to install node-sass . We have a remote npm repository which downloads node-sass but at the end it needs some binding.node file which comes from github. Here the build fails due to proxy. We created a remote repository to https://npm.taobao.org/mirrors/node-sass and told our build to check our remote repo for node-sass: SASS_BINARY_SITE=https://xx/artifactory/node-sass/ This works fine. But now we are mirroring a mirror. We want to mirror