I'm getting started with github and I have no idea what I'm doing.
What is an SSH key? What should I set as a key? Will I fix everything?
EDIT:
I'm on OSX
If you have Linux (or msysGit or Cygwin ...):
~/.ssh
id_rsa.pub
ssh-keygen -C "name@email.com" -t rsa
cat id_rsa.pub
That's all.
To answer your first question:
To this end, think of SSH as a secure communication method using cryptography.
GitHub , . SSH , " " "".
, , , , , . , , , .
, , . GitHub - , . ( , .) GitHub , , . GitHub , .
, , , .
Linux ssh-keygen OSX . Adriano . pub, .
Source: https://habr.com/ru/post/1781909/More articles:expected program - cHow does this work with win-win text fields? - c #sql server 2005/2008 conditional connection - tsqlUnderstanding OOP principles when traversing objects / values - oopInclude binary data in XML file - c #Best data type for storing html css javascript - c #jQuery TimePicker and jQueryUI 1.8.7 conflict - jqueryRequires HTTP status (200/500 / etc). Code from WebBrowser Control - c #Write the longest cycle possible - computer-scienceWPF - Dynamic Management Hierarchy - c #All Articles