Skip to content

Commit 864dea4

Browse files
committed
added note with SSH Key instructions
1 parent 1649088 commit 864dea4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,6 @@ To learn how to suggest a new feature or improvement, click [here](https://githu
585585
To learn how to contribute to the code base, click [here](https://github.com/NativeScript/nativescript-cli/blob/master/CONTRIBUTING.md#contribute-to-the-code-base).
586586

587587
[Back to Top][1]
588-
589588
How to Build
590589
===
591590
```
@@ -599,6 +598,10 @@ grunt
599598
To use the locally built CLI instead `tns` you can call `PATH_TO_CLI_FOLDER/bin/tns`. For example:
600599
`PATH_TO_CLI_FOLDER/bin/tns run ios|android`
601600

601+
> NOTE: You should have [SSH key set](https://github.com/settings/keys) for your Git in order add the submodule via [smart git protocol](https://github.com/settings/keys).
602+
Instruction on how to set new SSH key in Windows, Mac and Linux can be found [here](https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/#platform-windows).
603+
If you try to clone without SSH key setup, you will receive error _"Permission denied (publickey). Please make sure you have the correct access rights"_.
604+
602605
[Back to Top][1]
603606

604607
License

0 commit comments

Comments
 (0)