Skip to content

Commit 23d7726

Browse files
authored
Add note about GitHub SSH URL format (#223)
1 parent a5281da commit 23d7726

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/user-guide/projects/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,9 @@ you must provide it here.
222222
*Note:* for `http` urls, do not include your username and/or password in the url
223223
itself. You can should provide those separately when prompted.
224224

225+
For `ssh` urls from GitHub they will need to be changed from
226+
`[email protected]:username/project` to `ssh://[email protected]/username/project`
227+
225228
*Node-RED does not currently make use of any credential helper you git client may be
226229
configured with. This is an area we look for feedback on from the community.*
227230

0 commit comments

Comments
 (0)