We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 38791bd + 2c5e5a4 commit 708d100Copy full SHA for 708d100
website/docs/usage.mdx
@@ -28,3 +28,9 @@ npx -- @finos/git-proxy
28
```bash
29
npx -- @finos/git-proxy-cli
30
```
31
+
32
+If you use a proxy server to access `npm` then please note that you also need to configure your proxy for `npx` before running the above commands:
33
34
+```bash
35
+npx config set https-proxy <company-proxy-endpoint>
36
+```
0 commit comments