Connect using SSH
Generate SSH keys and add them to your VCS.
This is vendor-specific and you can read more about this here -- GitHub - Adding a new SSH key to your GitHub account
- Gitlab - Create and add your SSH key pair
- Bitbucket - Set up an SSH key
Add the SSH key to your organization,
- Enter your Organization Settings page, and go to the SSH Keys tab

SSH Keys Screen
- Click + Add SSH Key
- Choose any name that will help you recognize this key in the future in the
SSH Key Namebox - Paste the private key you generated in step 1, into the
SSH Key Valuebox - Click Add SSH Key

Add new SSH Key Dialog
Connect via HTTP/S Tokens
Generate an access token in your VCS
This is vendor-specific and you can find further instructions here -- GitHub - Personal access tokens
- Gitlab - Personal access tokens
- Bitbucket - App Passwords
Add the token to your organization
- Enter your Organization Settings, and go to the Credentials tab

Git Tokens Screen
- In the Git Tokens section, click + Add Token
- Enter any name that will help you recognize this token in the future in the
Namebox - Enter the token value in the
Valuetext box. - Click Add

Add a new Git token