The repository must be accessible over <code>http://</code>, <code>https://</code>, <code>ssh://</code> or <code>git://</code>.
%li
If your HTTP repository is not publicly accessible, add authentication information to the URL: <code>https://username:password@gitlab.company.com/group/project.git</code>.
%li
If your SSH repository is not publicly accessible, add the public SSH key of the GitLab server to the remote repository.
%li
The update action will time out after 10 minutes. For big repositories, use a clone/push combination.
A repository can be setup as a mirror of another repository, and can also have a remote mirror associated.
.col-lg-3
%h4.prepend-top-0
%p.light
Pull from a remote repository
When the repository is configured as a mirror, all of its branches, tags, and commits will automatically be updated from the repository configured in the
%p.light
%strong Pull from a remote repository
Set up your project to automatically have its branches, tags, and commits updated from an upstream repository every hour.
section.
.col-lg-9
%h5.prepend-top-0
%p.light
Set up mirror repository
When the repository has a remote mirror associated, it means that the remote repository configured in the <strong>Push to a remote repository</strong> section will automatically receive updates from the current repository.
The repository must be accessible over <code>http://</code>, <code>https://</code>, <code>ssh://</code> or <code>git://</code>.
Push to a remote repository
%li
%p.light
If your HTTP repository is not publicly accessible, add authentication information to the URL: <code>https://username:password@gitlab.company.com/group/project.git</code>.
Set up the remote repository that you want to update with the content of the current repository every hour.
%li
.col-lg-9
If your SSH repository is not publicly accessible, add the public SSH key of the GitLab server to the remote repository.