{% extends "cacsremoteservice/views/layouts/project-view.html" %} {% block main %}

Specify Git Remotes

{% include "cacsremoteservice/views/partials/validation-errors.html" %}

Git authentication

To authenticate access to your Git provider, use one of the options specified below.
SSH key (recommended option)
    {% if ssh-public-key %}
  • If you're using SSH key-based authentication to connect to your remote Git repositories, please copy and paste SSH key to your Git service provider.
  • Here are instructions on how you can do that with GitHub, GitLab, BitBucket or Azure DevOps
  • {% else %}
  • We recommend using an ed25519 SSH key for authentication. Follow these instructions to generate it. Once done, please reload this page.
  • {% endif %}
{% if ssh-public-key %}
{{ssh-public-key}}
{% endif %}
HTTPS

Git Repository URLs

{% for vcs in vcss %}
{% endfor %}

Local Path

{% if fixed_repo_roots %} This path is auto generated from your admin settings, and points to a folder where the remotes will be cloned. {% else %} The local path to where your clones will be stored. {% endif %}
{% endblock %} {% block scripts %} {% endblock %}