create different ssh key according the article Set-Up Git
$ ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
| module.exports = { | |
| globals: { | |
| 'ts-jest': { | |
| diagnostics: { | |
| warnOnly: true, | |
| }, | |
| }, | |
| }, | |
| moduleFileExtensions: ['ts', 'tsx', 'js', 'json'], | |
| transform: { |
create different ssh key according the article Set-Up Git
$ ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
使用方式: