Changes

Jump to: navigation, search

Accessing DAVE Embedded Systems restricted git repositories

537 bytes added, 13:13, 21 September 2017
Public key access
Upon next connection, ssh client will prompt the user to confirm ECDSA signature like it was the first time connecting to the server.
 
=== Your Identity ===
 
The first thing you should do when you install git is to set your user name and email address.
This is important because every git commit uses this information, and they are written into your commits:
 
<pre>
git config --global user.name "Name Surname"
git config --global user.email myname@mycompany.com
</pre>
 
Please find documentation [https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup here] and [https://www.kernel.org/pub/software/scm/git/docs/git-config.html here] for more information.
== HTTPS access ==
8,154
edits

Navigation menu