You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(attemptCount>0 ? 'Unable to verify that github ssh access is connected. Please try again. \n\n' : '')+
46
-
'Waiting for user to add ssh-key to github. For instructions please follow: https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account.')
64
+
(attemptCount>0 ? chalk.redBright('Unable to verify that github ssh access is connected. Please try again. \n\n') : '')+
65
+
`${chalk.bold('Waiting for user to add ssh public to github')}
66
+
Add ssh public key to: ${chalk.underline('https://github.com/settings/ssh/new')}
Paste one of the above key/keys into github and then press any key to continue.`
73
+
: 'No public keys were found in your .ssh folder. Please use a public key located elsewhere or visit: https://docs.codifycli.com/core-resources/ssh/ssh-key/ to generate an ssh key using Codify.'
74
+
}
75
+
76
+
For additional information visit: ${chalk.underline('https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account')}`
0 commit comments