Giter Club home page Giter Club logo

p-introduction-into-git's Introduction

Register into github


Install GIT

https://git-scm.com/downloads

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:

p-introduction-into-git's People

Watchers

James Cloos avatar Martin Lonský avatar Tomas Hyl avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.