Git Checkout from Repote Repo inside VPN

We are currently using Enterprise GitHub in a VPN, and I was wondering if it is possible to connect our VSTS (verification step) to the extract from our GitHub instance. Like Azure, can we set up a VPN connection to our network or is this not possible?

+4
source share
1 answer

VSTS does not support GIT inside a private network. It supports VSTS GIT and other large GIT cloud and Internet services such as GitHub or BitBucket.

All of them are available only through the Internet, but this does not mean that they are public repositories. For instance. You can create a private repo on GitHub, which is available only to you. You should still access it via the Internet, but other people will not have your credentials and will not be able to access your private repo.

Enterprise GitHub VSTS, TFS. Team Foundation Server - VSTS. TFS VSTS. TFS VSTS , VSTS , , Microsoft, TFS. TFS , , AWS Azure.

( jessehouwing):. VSTS script, . (. )

+1

Source: https://habr.com/ru/post/1690044/


All Articles