... | ... | @@ -46,11 +46,9 @@ Further information: Please, check out the following pages if you would like to: |
|
|
* Learn about certain file types: See the pages in the file-types section.
|
|
|
* Learn about the Gitlab server and where to find documentation: [OpenVT Gitlab](https://virtual.openvt.eu/platform_manual_and_guidelines/manual_and_guidelines/wikis/OpenVT-Gitlab)
|
|
|
|
|
|
SSH vs. SSL, problems with git pull/push:
|
|
|
SSH vs. SSL:
|
|
|
-------------------------------
|
|
|
By default, SSH is the recommended method for secure git actions on OpenVT (see [getting started](https://virtual.openvt.eu/platform_manual_and_guidelines/manual_and_guidelines/wikis/Getting-started-with-Git) section for how to operate SSH in Linux and Windows).
|
|
|
If you would like to use SSL via https instead, you might encounter problems with an SSL certificate error. Please, see here for a workaround to temporarily fix this problem:
|
|
|
[SSL certificate workaround](https://virtual.openvt.eu/platform_manual_and_guidelines/manual_and_guidelines/wikis/SSL-workaround)
|
|
|
By default, SSH is the recommended method for secure git actions on OpenVT (see [getting started](https://virtual.openvt.eu/platform_manual_and_guidelines/manual_and_guidelines/wikis/Getting-started-with-Git) section for how to operate SSH in Linux and Windows). The reason that we prefer this method is that it allows painless use of submodules (see below). However, git actions can also be performed via SSL, which does not require creating an SSH key first.
|
|
|
|
|
|
Pulling one project into another: Submodules
|
|
|
---------------------------------------------
|
... | ... | |