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.
1 parent 38791bd commit a060621Copy full SHA for a060621
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