{% extends "repomaker/storage/detail_ssh_key.html" %} {% load i18n %} {% block ssh_help_text %}

{% blocktrans trimmed %} Please make sure to add this public SSH key to your Git account for the upload to work. There are instructions for Gitlab and GitHub. {% endblocktrans %}

{% blocktrans trimmed %} Also, please make sure that the master branch of your repository is not protected from force pushing. {% endblocktrans %}

{% endblock ssh_help_text %} {% block storage_details %}
  • public {% trans 'Git Repository SSH Address' %} {{ storage.get_remote_url }}
  • {% endblock storage_details %}