Open Terminal. Paste the text below, substituting in your GitHub email address.
ssh-keygen -t rsa -b 4096 -C "[email protected]"
Generating public/private rsa key pair.
| using System; | |
| using System.Net.Http; | |
| using System.Net.Http.Formatting; | |
| using System.Threading.Tasks; | |
| namespace MyProject.Extensions | |
| { | |
| public static class HttpClientEx | |
| { | |
| public const string MimeJson = "application/json"; |
Open Terminal. Paste the text below, substituting in your GitHub email address.
ssh-keygen -t rsa -b 4096 -C "[email protected]"
Generating public/private rsa key pair.