{% extends "layout.html" %} {% block title %}Adding new repository{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block body %}
Choose this mode if you have login and password for the repository and you if you don't have the possibility to use SSH authentication. Otherwise use your public key or your login and password to clone your project. Note that, with readonly mode you can not be able to push your changes.