create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
@include keyframes(slideInAccordion) { | |
0% { | |
min-height: 0; | |
max-height: 0; | |
display: none; | |
} | |
1% { | |
min-height: 0; | |
max-height: 0; |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"