Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Examples

git clone https://github.com/szabgab/slides.git
'slides'... fatal: unable to access 'https://github.com/szabgab/slides.git/':
SSL certificate problem: self signed certificate in certificate chain

Sometimes people get an error:

The soulution is then to do the following: (on Windows)

set GIT_SSL_NO_VERIFY=true
git clone https://github.com/szabgab/slides.git

Later, after I update the slides you can also update your local copy of the files by running

cd slides
git pull