Usage
Run from global install
Once you have followed the installation steps, run:
git-proxy
To run GitProxy using the CLI:
git-proxy-cli
Using npx instead of npm
You can also install & run git-proxy
and git-proxy-cli
in two steps:
npx -- @finos/git-proxy
npx -- @finos/git-proxy-cli
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:
npx config set https-proxy <company-proxy-endpoint>