Register into github
Install GIT
or linux
yum install git
or
apt-get install git
Generate your prive key:
https://the.earth.li/~sgtatham/putty/latest/w32/puttygen.exe
generate SSH-2 RSA 2048
insert Key passphrase in puttygen
or linux for linux
ssh-keygen --help ssh-keygen -b 2048 -t rsa -C "WHAT IS THIS? WRITE IT HERE"
Convertions menu > export OpenSSH and save key into C:/User/<username>/.ssh/id_rsa
or linux
It shoud be done automatically by ssh-keygen. Check it!
/home/<username>/.ssh/id_rsa
copy something like this:
ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAqmOXRUErvlKGjO70pIm+T113EOc8FKi7xb9QhSSK0KUQehDF1J50cRpOBlkdBvqldeJQ7ojOp/jyb+rMo5VCDXsvH47qrxkI3PfW5IL/9E+zapikU7+mgElXoWYaFQu6XQJ0P2uJsFOX6pMNIZi2NuXVuNIIYtgNa8BKu2OKUGScds2P
and put it into github SSH and GPG keys in account options
DONE! Clone this repository
git clone [email protected]:myappin/P-Introduction-into-git.git
Install nodejs
https://nodejs.org/en/download/
or linux
yum install nodejs
or
apt-get install nodejs
Install packages from package.json by running this command in cmd or shell
npm install
result should be something like this:
$ npm install
[email protected] C:\Users\User\Documents\AppIn\Presentation\NG-Community\Introduction into GIT
+-- [email protected]
`-- [email protected]
+-- [email protected]
| +-- [email protected]
| | `-- [email protected]
| `-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
| `-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
| `-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
| `-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
| +-- [email protected]
| `-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
| +-- [email protected]
| +-- [email protected]
| | `-- [email protected]
| `-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
| `-- [email protected]
+-- [email protected]
`-- [email protected]