Git Setup documentation
Git Setup documentation
• Click on continue
• After completion you will get this page:
• Right one by one commands on git bash which are given below:
1. git config -- global user.name “your username”
2. git config -- global user.name →(for check your username)
3. git config -- global user.email “your company mail”
4. git config -- global user.email →(check your email)
5. ssh-keygen -t ed25519 -C your_email@example.com
Note:- after this command just click on enter don’t give any
parameters
Note:- In git bash for paste give command(shift+insert)
6. eval "$(ssh-agent -s)"
7. ssh-add ~/.ssh/id_ed25519
8. eval “$(ssh-agent -s)”
9. ssh-add ~/ .ssh/id_ed25519
10.clip < ~/.ssh/id_ed25519.pub
11.cat < ~/.ssh/id_ed25519.pub
12.After 11th command you will get one key you have to copy
that line which starts with ssh and ends with your email (for
copy in git bash command(ctrl+insert)
This is sample :
• Press enter:
• Successfully cloned repository in your local system
7. Go to new terminal:
8. Give your dir/path where you want to make virtual environment
9. Give command →
pip install virtualenv
virtualenv “your environment name”
Note:- for activate your environment :
Your_envirnoment_name/Scripts/activate
• Run as administrator
Dependancies error:
• Find package only for window and then install it(if you have
windows)