create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
| package ringmap | |
| import ( | |
| "sync" | |
| "container/ring" | |
| ) | |
| type RingMapCache struct { | |
| cacheMap map[string]interface{} |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"