-
Notifications
You must be signed in to change notification settings - Fork 182
[docs] Add note of checking the SSH key #5762
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: t-kikuc <[email protected]>
Signed-off-by: t-kikuc <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5762 +/- ##
==========================================
- Coverage 27.08% 27.07% -0.01%
==========================================
Files 504 504
Lines 53178 53178
==========================================
- Hits 14401 14397 -4
- Misses 37703 37706 +3
- Partials 1074 1075 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice catch! I agree with adding the node for it.
Also left the IMO comment for the placement.
@@ -60,3 +60,5 @@ For the full list of available commands, please see the Makefile at the root of | |||
``` console | |||
make run/piped CONFIG_FILE=piped-config.yaml | |||
``` | |||
|
|||
Note: If you have a problem with accessing the example repository, please follow [this guide](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent) to register the SSH key or try specifying `remote: https://github.com/pipe-cd/examples.git` instead in the above `piped-config.yaml`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[imo] How about adding the explanation like Prepare for connecting to github with ssh
on Prerequisites ?
It might be good for developers to know it before trying it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ffjlabo
I got your point, and it also seems great.
I think just using HTTPS is enough for some cases, and SSH is not mandatory.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@t-kikuc
I got it. It certainly doesn't have to be ssh 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
What this PR does:
as title
Why we need it:
To help troubleshooting.
The app suggestion on UI won't work if a user hasn't set up an SSH key for cloning
[email protected]:pipe-cd/examples.git
.Which issue(s) this PR fixes:
Does this PR introduce a user-facing change?: