Це відео не доступне.
Перепрошуємо.

How-To Setup SSH Keys for GitHub Using GitBash (+Bonus Tips)

Поділитися
Вставка
  • Опубліковано 4 вер 2024

КОМЕНТАРІ • 24

  • @siddhantsrivastava4048
    @siddhantsrivastava4048 3 роки тому +5

    Great Man, I was watching ur video, on my company's pc, and I was not logged in, so I opened my mobile just to like, subscribe and comment.
    Great man, each thing is explained so smoothly, keep it up.
    This video is great. 👍

    • @AutomationDojos
      @AutomationDojos  3 роки тому +2

      Glad I could help Siddhant! Appreciate your encouraging words, they mean a lot! Wish you great time with GitBash!

  • @jonesfischer9476
    @jonesfischer9476 Рік тому +1

    this was perfect. Thank you thousend times! Sad that a thank you is not enough, but im poor now... but with your help, who knows. And then i will get back to you :)

  • @pdxdragon7479
    @pdxdragon7479 2 роки тому +5

    Thanks!
    This really helped. I was getting frustrated working through a Git tutorial.

  • @arjaypla2995
    @arjaypla2995 2 роки тому +4

    super complete info. Good job sir!

  • @Tanguylecoutre
    @Tanguylecoutre 11 місяців тому

    Great video man, thankyou very much. Shells, cli's and all these commands are very impressive. May I ask how did you learn this stuff? its kind of fascinating, heard once that it has to do with unix/linux

  • @hugoakesson4366
    @hugoakesson4366 Рік тому +1

    Very clear, it really helped!

  • @Absri0223
    @Absri0223 Рік тому

    really too good

    • @AutomationDojos
      @AutomationDojos  Рік тому

      Thanks a lot 😊
      I visited your channel, great effort 👍 keep it up!

  • @ProPlayers-347
    @ProPlayers-347 2 роки тому

    Nice One!!💯

  • @rohanmp-rt1si
    @rohanmp-rt1si Рік тому

    Thank you so much, sir.!!

  • @vadiyapunagabhushanarao2285
    @vadiyapunagabhushanarao2285 3 роки тому

    really appreciable .. you are so cool

  • @rritsoftwaresolutions9566
    @rritsoftwaresolutions9566 2 роки тому

    nice video sir is it help full to me

  • @rcklln9778
    @rcklln9778 2 роки тому

    Well done thank you

  • @rishirajvaishnav8265
    @rishirajvaishnav8265 Рік тому

    I am unable to paste the SSH key...what is the reason behind it..

  • @naeemurrahmannaeem1402
    @naeemurrahmannaeem1402 3 роки тому

    thanks buddy

  • @namritasingh1706
    @namritasingh1706 Рік тому

    How can we change the default name which is already set in gitbash that is id_rsa how can we change it

    • @AutomationDojos
      @AutomationDojos  Рік тому +1

      Hello Namrita, you can very easily change the default name of the key 'id_rsa' to any name of your choice, in fact you can even change the location of your key to the desired location of your choice. To do this type in the full path and file name when prompted by the SSH-Agent during Key generation process ... here is an example :-
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      $ ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
      Generating public/private rsa key pair.
      Enter file in which to save the key (/c/Users/Tushar Sharma/.ssh/id_rsa): /c/Users/Tushar Sharma/.ssh/MyOwnCustomName
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      So as you can see in the above example, the system asked for file name by prompting the default name -
      ➡️ Enter file in which to save the key (/c/Users/Tushar Sharma/.ssh/id_rsa):
      Since you want to enter your own custom file name, so we answered as below -
      ➡️ /c/Users/Tushar Sharma/.ssh/MyOwnCustomName

    • @namritasingh1706
      @namritasingh1706 Рік тому

      @@AutomationDojos Thank you❤❤❤❤