Skip to main content

Release Notes 2.1.0

Clone your Private Repositories via Tunnel

You can now clone the private repositories from your Git provider that are hosted on a private network or behind a firewall via tunnel.

After specifying the details of your repository, you need to set the useInCodeSetUp flag to true as shown below.

tunnelOpts:
useInCodeSetUp: true
## this flag is mandatory to pass to enable cloning via tunnel

Refer to the detailed documentation on how to clone your private repositories via tunnel