{% extends "layout.html" %} {% block title %}Adding new repository{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block body %}

Clone your repository into the workspace





Set your Security Mode

Clone Repository without using HTTPS and SSH


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.



Your project folder


{% endblock %}