Changes

Jump to: navigation, search
no edit summary
Generally speaking, source code maintained by DAVE Embedded Systems is delivered to customers via restricted-access [https://git-scm.com git] repositories. To access these repositories a public key is required, as described in the following section.
On explicit request, DAVE Embedded Systems also provide https access to its repositories. Please see the https section below for more information.
== Public key access ==
</pre>
The output will show you not only that you have successfully login into DAVE Embedded Systems' git server but also which repository you can access and with what access rights. In the following example the user have access all [[AXEL ULite and SBC Lynx Embedded Linux Kit (XUELK)|XUELK]] repository in read-only mode:
<pre>
=== Troubleshooting ===
In case of trouble use ssh verbose mode by using <code>-vvv</code> command line switch (<code>ssh -vvv git@git.dave.eu</code>) and send its output text to [mailto:support@dave.eu DAVE Embedded System Systems support team].
=== Server fingerprint ===
== HTTPS access ==
Some organization filter all outgoing Internet communication apart the one using standard HTTP/HTTPS well known ports (TCP 80 and 443). This will prevent also SSH connection (TCP 22) and, thus, will not allow to access DAVEEmbedded Systems's git repositories using the public key authentication method.
To let those organization access git server, we also provide HTTPS connection, using a standard username/password pair.

Navigation menu