{% extends "master.html" %} {% macro print_ssh_url(repo, end_url_ssh, current_user) %} {% if not (current_user |user_can_clone_ssh) %} You need to upload SSH key to be able to clone over SSH {% elif repo.read_only %} The permissions on this repository are being updated. Cloning over SSH is disabled. {% else %}