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
returntrue, utils.HighlightError(fmt.Errorf("%s not installed", req))
18
18
}
19
19
}
20
-
fmt.Print("\nTesting if git ssh is properly configured...")
20
+
fmt.Print("\nTesting if git ssh is properly configured...\n")
21
21
iferr:=checkGitSSH(); err!=nil {
22
-
returntrue, err
22
+
fmt.Printf("%s\n\n", err.Error())
23
+
utils.Warn("Please ensure that you have ssh keys set up for git and that you've added them to your ssh agent. You can use `plural crypto ssh-keygen` to create your first ssh keys then upload the public key to your git provider.\n")
24
+
returntrue, fmt.Errorf("git ssh is not properly configured")
0 commit comments