S B C X U s e r ' s G u i d e
v . 1 . 0 . 1
Please note that git fetch doesn't merge the commits on the current
branch. To do that, the developer should run
git merge origin/axel
or replace the ''fetch-merge'' process with a single
git pull
command.
Please note that the recommended method is the ''fetch-merge'' process.
For further information on Git, please refer to the official Git
Documentation (
http://git-scm.com/documentation
).
7.3.2.8
RSA key generation
For getting access to the Git repositories, a ssh key is required. Please
follow the procedure reported below to generate the RSA ssh key (we
assume that the ssh package and the required tools are installed on the
Linux development server):
●
select your username (ad es. username@myhost.com)
●
start a shell session on the Linux host
●
enter the
.ssh
subdirectory into your home directory:
cd ~/.ssh/
●
launch the following command:
ssh-keygen -t rsa -C "username@myhost.com"
●
this command creates the files
('''private key''') and
~/.ssh/username@myhost.com.pub
('''public key''')
●
edit your
~/.ssh/config
adding the following lines:
Host git.dave.eu
User git
Hostname git.dave.eu
PreferredAuthentications publickey
IdentityFile ~/.ssh/username@myhost.com
Please send the public key file to the following email support addresses
support-axel@dave.eu
with the request for the creation of a new public git account associated to
your username. The support team will enable the account and send you
a confirmation as soon as possible.
December, 2019
87/139
Summary of Contents for SBC AXEL
Page 2: ...S B C X U s e r s G u i d e v 1 0 1 Page intentionally left blank December 2019 2 139 ...
Page 105: ...S B C X U s e r s G u i d e v 1 0 1 December 2019 105 139 ...
Page 106: ...S B C X U s e r s G u i d e v 1 0 1 December 2019 106 139 ...
Page 107: ...S B C X U s e r s G u i d e v 1 0 1 December 2019 107 139 Fig 44 QtQuick Hello World ...
Page 119: ...S B C X U s e r s G u i d e v 1 0 1 December 2019 119 139 ...
Page 121: ...S B C X U s e r s G u i d e v 1 0 1 December 2019 121 139 ...
Page 139: ...S B C X U s e r s G u i d e v 1 0 1 December 2019 139 139 ...