Hey Friends Today I will tell you some easy steps to clone a project file from Bit Bucket to your PC. Its not a difficult work and it will take only 5 mins time.
1. First of all Create a folder in some particular drive, then go to that folder in the terminal
2. Now Generate a SSH Key by typing
ssh -keygen -t rsa -c "your@emailid.com"
3. Now Press Enter 2 to 3 times.
4. Now you go to perticular folder and press Ctrl+H (To see the hidden files) and open id_rsa.pub.
5. Now Copy the Key.
Wow !!!! You Have completed almost half of the task. Good Going :)
6. Now go to Bit bucket. and add the key Copied from id_rsa.
7. Now Go to terminal again and type ssh -add
8. Now Copy the git clone command from bit bucket and press enter.
9. Yipeeee !!!!! Git Clone done. Now you can start working.. wow :) (͡° ͜ʖ ͡°)
Enjoy and yes don't forget to comment if this blog is helpful to you. ٩(●̮̃•)۶
1. First of all Create a folder in some particular drive, then go to that folder in the terminal
2. Now Generate a SSH Key by typing
ssh -keygen -t rsa -c "your@emailid.com"
3. Now Press Enter 2 to 3 times.
4. Now you go to perticular folder and press Ctrl+H (To see the hidden files) and open id_rsa.pub.
5. Now Copy the Key.
Wow !!!! You Have completed almost half of the task. Good Going :)
6. Now go to Bit bucket. and add the key Copied from id_rsa.
7. Now Go to terminal again and type ssh -add
8. Now Copy the git clone command from bit bucket and press enter.
9. Yipeeee !!!!! Git Clone done. Now you can start working.. wow :) (͡° ͜ʖ ͡°)
Enjoy and yes don't forget to comment if this blog is helpful to you. ٩(●̮̃•)۶
No comments:
Post a Comment