Setting Up SSH Keys for GitHub

  Рет қаралды 167,608

Victor Geislinger

Victor Geislinger

Күн бұрын

GitHub no longer supports password authentication when connecting to GitHub in relation to your git repos. In this video we go from beginning to end in creating and using SSH keys with GitHub.
CHAPTERS
00:00 - GitHub HTTPS passwords don't work anymore
01:27 - Generating an SSH key in the terminal
06:16 - Telling GitHub about our SSH key
08:00 - Testing our SSH key
08:49 - Using our SSH key to clone a repo
10:19 - That's it!
10:32 - Clicky Bits
GitHub documentation on SSH keys: docs.github.com/en/authentica...
Repo used for clone demonstration: github.com/MrGeislinger/lesso...
Checkout some of my other videos on git and GitHub:
- Copy a GitHub Repo Without Forking: • Copy a GitHub Repo Wit...
- Syncing GitHub Forks: • Terminal Tuesday: Sync...

Пікірлер: 438
@VictorsOtherVector
@VictorsOtherVector 2 жыл бұрын
If you're having a hard time saving the file in vim like I showed, here's a quick explanation: - If you're following along, after I type in the file I press `ESC` (the escape key) on my keyboard to enter "command" mode - Then I type `:wq` to write/save and quit out of vim. - If you get stuck, my suggestion is hit `ESC` a few times before typing `:wq` You can also edit the file however you typically edit files like in a GUI text editor like VS Code. Or use a different command line editor that is more beginner friendly by replacing "vim …" in the command line with something like "nano …". > In retrospect, I shouldn't have used vim to edit the file for a tutorial like this since I'm sure plenty of viewers aren't familiar with vim which is reflected in the most common comments so far. I'll keep that in mind for future videos. Plus, maybe this is a good excuse on making a simple "Basics of vim" video ; )
@mr.gk5
@mr.gk5 2 жыл бұрын
I literally freaked out for a good 3 minutes when you get to the :wq part lol Thanks for putting the instruction up here
@VictorsOtherVector
@VictorsOtherVector 2 жыл бұрын
lol glad it helped! But yeah, I probably should have used a different editor instead of vim for this tutorial 😅 There definitely seems to be enough people unironically "trapped" in vim that I'll have to think about using it again for future videos!
@mr.gk5
@mr.gk5 2 жыл бұрын
@@VictorsOtherVector after I find out what vim is, I think it’s kinda cool tbh. But just please tell people to hit the esc button. I didn’t see your explanation in the comment section until after I googled vim and calmed down 😂😅
@tuck295q
@tuck295q Жыл бұрын
Thankyou, you just saved me. xD
@AlessandroAI85
@AlessandroAI85 Жыл бұрын
Or you can use nano instead vim, it's simpler
@Furzgranate666
@Furzgranate666 Жыл бұрын
30 minutes googling around with no information as clear as this tutorial. Works perfectly. Thanks a lot!
@VictorsOtherVector
@VictorsOtherVector 5 ай бұрын
That's amazing; thank you for the compliment! Now we just need this video to be the first on the search! (Google: "Did you mean... this amazing tutorial on SSH keys for GitHub?" 😉)
@uxmishi8767
@uxmishi8767 2 жыл бұрын
i love how direct to the point this tutorial is and the explanation is on point! thank you for making this video!
@VictorsOtherVector
@VictorsOtherVector 2 жыл бұрын
Thanks! Definitely what I was trying to go for so it means a lot you felt that way!
@tmtmtm_
@tmtmtm_ Жыл бұрын
This video was such a lifesaver! Struggled to set up an SSH key for a while. After watching many videos I wondered why it was not working. But you showed me, when you are asked to enter yes/no/finngerprint for testing, you answered yes... I kept giving the fingerprint forever (the actual GitHub documentation was very confusing) and it didn't work. Now I can clone a repository with SSH key. Thank you so much!
@VictorsOtherVector
@VictorsOtherVector Жыл бұрын
Yay! I'm so glad you got it figured out! And it's an extra bonus to know it was my video that specifically was able to help you!
@ThePraQNome
@ThePraQNome Жыл бұрын
I did this a year ago with my old PC and now here I am again. It still works . This tutorial is perfect, thank you once again.
@VictorsOtherVector
@VictorsOtherVector 5 ай бұрын
That is wonderful to hear you came back to this! Crazy to think this video has been up long enough that you could come back to it for reference a whole year later! (You're definitely not the only one who did exactly this 😆)
@richard1991ish
@richard1991ish Жыл бұрын
This video, was EXACTLY what I needed. Been coding from the same computer for so long that I completely forgot how to generate SSH Keys, and add them to the SSH Agent. Huge THANK YOU. Definitely subscribing, and liking. 👍
@VictorsOtherVector
@VictorsOtherVector Жыл бұрын
Yay! I'm so happy to hear it was helpful! The big motivation of making this video was knowing that basically no one remembers how to get SSH keys working for GitHub! I have yet to meet anyone who actually can do it without looking it up 😆 Again, so great to hear it was helpful! And thanks for watching & subscribing! Hoping to more videos on software engineering, data science, and machine learning! (I have some ideas cooking up in the oven)
@TheJitchie
@TheJitchie 2 жыл бұрын
Very useful, I've not used githib in a year and needed a quick walkthrough to set this up! thank you
@VictorsOtherVector
@VictorsOtherVector 2 жыл бұрын
It's good to hear that it was helpful after your year hiatus! 😄
@AndiKod
@AndiKod Жыл бұрын
I subscribed to your channel just for that pure-gold video. Clear, nicely paced and without "youtube fluff" around. Thank you again.
@VictorsOtherVector
@VictorsOtherVector Жыл бұрын
Thanks! That means a lot! I really wanted to make sure that I had this video be useful over anything else. The plan is to put more videos soon that focus on actually being useful (especially for data science & machine learning) so hopefully you'll find future videos still worth subscribing 😄
@AndiKod
@AndiKod Жыл бұрын
@@VictorsOtherVector No doubts about it. Il will be interesting. Actually i'm in a "bash scripting, vim, linux" period, and will check python next, so it sounds nice.
@mrbigsmile3902
@mrbigsmile3902 Жыл бұрын
This is an amazing tutorial. I was finding bits and pieces online but no complete story like this. Thank you!
@VictorsOtherVector
@VictorsOtherVector Жыл бұрын
Thank you! It means a lot that you liked it and it was a cohesive tutorial! My goal was to make something that could easily be referenced without it being too long of a video.
@i_want_youtube_anonymity7099
@i_want_youtube_anonymity7099 Жыл бұрын
huge appreciation for including the section on changing the remote. This is what I needed and what makes the ssh key actually usable, and is not included in the official tutorial.
@VictorsOtherVector
@VictorsOtherVector Жыл бұрын
Good to hear you found that part useful! I debated including that originally since it wasn't the main topic, but decided to keep it since I knew it was a common nuance that a lot of people miss when originally learning the basics of git. I'm glad it helped at least one person! :D **Quick edit for anyone looking for when I mentioned about this specifically. It's at about **9:45** in the video.**
@gustavstarck6887
@gustavstarck6887 3 ай бұрын
Two years later, and this video is stil the best! Well done!
@royfrias4379
@royfrias4379 2 жыл бұрын
Thank you so much for this man I was looking to deploy a project I made and I was looking at the old ways of doing it via github and it told me that this is the way to do it now. Your explanation was so clear and concise.
@VictorsOtherVector
@VictorsOtherVector 2 жыл бұрын
So happy that I could help!
@drewnorman3632
@drewnorman3632 2 жыл бұрын
Dude you helped me so much where other tutorials fall short. Now I can read/write in mu github repo
@justinmullins346
@justinmullins346 2 жыл бұрын
Very good explanation. I like how you break all the information into easy to understand parts.
@VictorsOtherVector
@VictorsOtherVector 2 жыл бұрын
Thank you- I tried my best to make the sections understandable & flow together well so I'm happy to hear you say that!
@mayejesuorobo190
@mayejesuorobo190 2 жыл бұрын
Thank you so so much. I spent the whole weekend trying to create an ssh key. This is the perfect video for beginners like myself. Thank you
@VictorsOtherVector
@VictorsOtherVector 2 жыл бұрын
So happy that you found the video so helpful!
@chadj1797
@chadj1797 Жыл бұрын
Thanks a ton dude, this was just perfect. Exactly what I needed. Clear and concise.
@VictorsOtherVector
@VictorsOtherVector Жыл бұрын
Thanks! Definitely what I was going on for so it's so good to hear you felt it was succinct!
@Damathematician
@Damathematician Жыл бұрын
This video was excellent! Good pace, great job walking me through the process and explaining. Pro move showing how to verify things are working.
@VictorsOtherVector
@VictorsOtherVector Жыл бұрын
Thank you! I really tried to make it accessible & useful for others so it's really awesome to hear you say all of that about the video!
@ironrival9651
@ironrival9651 2 жыл бұрын
Thank you so much this is a very good tutorial. For future tutorials or anything you do make sure to keep the typing part in the middle of the screen or simply clean console before type new commands so the typing can always be on the top otherwise it is quite hard to read with the KZfaq seekbar. This is just a suggestion good job.
@VictorsOtherVector
@VictorsOtherVector 2 жыл бұрын
Thank you for the kind words and suggestion! Definitely something I'm going to look at doing for future videos. I considered it but I thought it could be a bit too confusing for beginners if I were to clear the terminal. But I hadn't considered that KZfaq might block part of the screen while people follow along. Thanks again for the suggestion!
@lazerguided_
@lazerguided_ 2 жыл бұрын
Thanks Victor! Was on another tutorial about setting up git and they completely skipped this step so I was lost. So grateful for this video.
@VictorsOtherVector
@VictorsOtherVector 2 жыл бұрын
Oof, that can be super frustrating! But I'm happy that I was able to help!
@rg24329
@rg24329 Жыл бұрын
Thank you very much! I followed along with the GitHub document in Windows and it worked perfectly! Appreciate your detailed descriptions and explanations.
@VictorsOtherVector
@VictorsOtherVector Жыл бұрын
Great that you didn't have any issues being on Windows!
@rg24329
@rg24329 Жыл бұрын
@@VictorsOtherVector Would have any upcoming tutorials on Heroku?
@ericdu2351
@ericdu2351 11 ай бұрын
Great tutorial! Super easy to follow and straight to the point.
@VictorsOtherVector
@VictorsOtherVector 5 ай бұрын
Thanks! I tried to keep it a tight tutorial! (We don't need another 40+ min walkthrough 😅)
@ambrosiafem6550
@ambrosiafem6550 Жыл бұрын
Wow, dude! Kept it straightforward and easy to understand! You're amazing!
@VictorsOtherVector
@VictorsOtherVector Жыл бұрын
Thank you! That means a lot! 😄 I really tried to make it digestible & as straight to the point. (Trust me when I say I've had whole live lessons/lectures that went beyond 30mins on this exact thing)
@sahoosiddharth
@sahoosiddharth 2 жыл бұрын
Thank you, this tutorial really helped me. You explained this really well. Sending you love and blessings from India.
@sanramu93
@sanramu93 11 ай бұрын
This was amazing Victor, really clear instructions for no native English speakers. Thank you very much
@VictorsOtherVector
@VictorsOtherVector 5 ай бұрын
You're welcome! I hoped it was clear and hearing that it was even for a non-native English speaker is a huge compliment!!
@MarcMcRae
@MarcMcRae 2 жыл бұрын
Nice clear, step-by-step explanation. Brilliant!
@VictorsOtherVector
@VictorsOtherVector 2 жыл бұрын
Thank you! :D
@malharulhasagale2458
@malharulhasagale2458 7 ай бұрын
Thanks bro this video sorted out my issue. Appreciate your help and keep going :)
@VictorsOtherVector
@VictorsOtherVector 5 ай бұрын
Great to hear it all worked out! And thanks! I hope to keep making more tutorials 😄
@macl4081
@macl4081 2 жыл бұрын
Hey Victor, This videos seems to be the first and complete guide how to set up SSH Keys for GitHub. Other sources tend to dive way too deep imho. Thank you very much!
@VictorsOtherVector
@VictorsOtherVector 2 жыл бұрын
You're welcome! I'm so happy to hear you found this so helpful!
@yahiarafik9965
@yahiarafik9965 6 ай бұрын
We all gotta start somewhere, i can only wonder what the beginners like me are doing now after a year or two watching this tutorial! Thanks alot for the help!
@VictorsOtherVector
@VictorsOtherVector 5 ай бұрын
Really does make you wonder, especially after seeing this video has almost 150k views... Based on some of the comments, it looks like a decent amount come back a year to watch the video again 😆 Honestly it doesn't surprise me and it's a good thing to know where to go to fix something. The 2nd time doing something is usually a lot faster. My suggestion: Come back every year to rewatch this video. Heck, why not every week?! ; )
@marcosreyes426
@marcosreyes426 5 ай бұрын
Thank you so much, I tried setting up the SSH key just by reading the documentation but when I tried the college firewall won't let me, lol. When I got back to my house I didn't want to re-read the whole thing so you saved me a lot of time!
@sanchitkumar8899
@sanchitkumar8899 4 ай бұрын
Thanks a lot man. I don't know what i screwed up in my terminal on windows when trying to delete and install ohmyzsh and when I changed my username. I have been maniacally trying to repair this error since 2 days where I was unable to clone anything. You finally fixed the error. Thanks a lot
@PrasannjeetSingh
@PrasannjeetSingh 2 жыл бұрын
WHOA! Absolutely amazing tutorial. Thank YOU!!
@VictorsOtherVector
@VictorsOtherVector 2 жыл бұрын
Thank you! Makes me so happy that you liked it!
@chengranyang8521
@chengranyang8521 Жыл бұрын
Thank you so much, Victor! Your video helps me figure out the issues which I cannot solve using the online tutorials in text.
@VictorsOtherVector
@VictorsOtherVector Жыл бұрын
You're welcome! It's so great to hear that it was so helpful to you! I can totally understand how a "text tutorial" isn't always enough; sometimes you just need to see it done in (near) real time!
@antony9058
@antony9058 Жыл бұрын
Dude, thanks you so much. I had a hard time understanding this in Github docs.
@VictorsOtherVector
@VictorsOtherVector Жыл бұрын
You're welcome! It's great to hear the video was helpful even after reading the official docs!
@GhulamMustafa-cf2nk
@GhulamMustafa-cf2nk 2 жыл бұрын
Great Work. Keep posting like these tuts
@VictorsOtherVector
@VictorsOtherVector 2 жыл бұрын
Thanks! I hope to make something sometime soon but no promises ; )
@ebatheone9173
@ebatheone9173 Жыл бұрын
Wow! I'm speechless. Thank you very much for this tutorial. Excellent explanation and an amazing tutorial over all! Thank you
@VictorsOtherVector
@VictorsOtherVector Жыл бұрын
You're very welcome! It's so great to hear that you felt that I did a good job explaining! 😄
@anuragkumar4327
@anuragkumar4327 2 жыл бұрын
this is so clearly explained , i am subscribing
@cosmosica
@cosmosica 5 ай бұрын
I rarely comment on YT videos but this was an absolute life saver. Thank you!!
@TheAkiller101
@TheAkiller101 Жыл бұрын
Thanks you so much for this, this is perfect. simple , concise and right to the point
@VictorsOtherVector
@VictorsOtherVector Жыл бұрын
You're very welcome! And I tried my best to do all those things so it means a lot that you felt it was simple but also concise!
@jmarcetaa
@jmarcetaa 2 жыл бұрын
I watched many videos but this actually helped me, thanks
@VictorsOtherVector
@VictorsOtherVector 2 жыл бұрын
I'm so happy to hear it helped!
@rahulpatil6272
@rahulpatil6272 Жыл бұрын
Precise, on point explanation! Thanks for making this video!
@VictorsOtherVector
@VictorsOtherVector Жыл бұрын
You're welcome! And so happy to hear you liked it! Really tried to make to make it concise (it easily could've been 3x as long)!
@JFL_JS
@JFL_JS 8 ай бұрын
Extremely helpful, thank you and keep up the good work!
@VictorsOtherVector
@VictorsOtherVector 5 ай бұрын
Thank you and it's great to hear it was so helpful!!
@jesy1732
@jesy1732 2 жыл бұрын
For Windows having issues to save with vim. Hit esc key, then type the following :wq
@VictorsOtherVector
@VictorsOtherVector 2 жыл бұрын
Thanks for pointing this out! For the record, that will be true for any operating system (not just Windows) using vim. Also you should first hit `ESCAPE` before typing :wq In retrospect, I probably should've used an editor that more people would be more familiar with.
@notpierce3672
@notpierce3672 2 жыл бұрын
Ah that's what I was looking for. Thank you
@jamesyn2235
@jamesyn2235 2 жыл бұрын
unironically was stuck in vim, ty!
@VictorsOtherVector
@VictorsOtherVector 2 жыл бұрын
lol as sorry as I am about you getting stuck (you are definitely not alone), this comment legitimately made my day! (Maybe I need to make a basic vim tutorial someday soon to accompany this video...)
@jesy1732
@jesy1732 2 жыл бұрын
Welcome 🤗 Glad it helps for those that needed it. It is different on windows. The ESCAPE (mac) key as ‘esc’ for windows. It’s a small/extra step and everything else will be good. Happy coding!
@Ja22i
@Ja22i Жыл бұрын
Best video ever. Nice and thorough. Thank you!
@VictorsOtherVector
@VictorsOtherVector Жыл бұрын
Aw, thank you so much! I of course can only focus on all the ways I'd want to improve it but I'll take that compliment :D
@DanAnDoras
@DanAnDoras 2 ай бұрын
So clear and easy to follow, thanks
@farnooshteymourzadeh8874
@farnooshteymourzadeh8874 2 жыл бұрын
You really brought me time!! The whole last weekend I was trying!
@VictorsOtherVector
@VictorsOtherVector 2 жыл бұрын
So great to know I was able to help & you were able to figure it out!
@madhisview
@madhisview 2 жыл бұрын
The best video so far. Thankyou.
@RyanDraperRocks
@RyanDraperRocks 3 ай бұрын
Very clear instructions, thank you!
@Saptarshi88
@Saptarshi88 Жыл бұрын
Such an amazing Video. Thank You MAN.
@VictorsOtherVector
@VictorsOtherVector 5 ай бұрын
Thank you! I'm happy that you liked it! :D
@CodeWise48
@CodeWise48 Жыл бұрын
i had a difficult creating ssh keys but after watching this it helped me so much
@VictorsOtherVector
@VictorsOtherVector Жыл бұрын
Yay! Happy it helped you out!
@Hugo-mv8se
@Hugo-mv8se 3 ай бұрын
Clear and fast tysm you're saving me
@mr.marius5094
@mr.marius5094 Жыл бұрын
Thanks a lot for the tutorial! It worked. with the git bash. I have been wondering on github docs for 30 min and i was about to give up!
@VictorsOtherVector
@VictorsOtherVector Жыл бұрын
So happy to hear it was helpful! It can be a bit intimidating when you're first learning about it. I was hoping to put something that more easily showed the process visually, so it's awesome to hear you and others found this helpful!
@timurradko9798
@timurradko9798 5 ай бұрын
Thank you so much for your clear explanation!
@VictorsOtherVector
@VictorsOtherVector 5 ай бұрын
You're welcome! So happy to hear you found it clear!!
@lordofenron
@lordofenron 2 жыл бұрын
Thank you _so_ much :D I had a lot of trouble, and this helped me all the way.
@VictorsOtherVector
@VictorsOtherVector 2 жыл бұрын
Yay! I'm so glad this was the thing that finally helped you get through it!
@MessingWithCode
@MessingWithCode Жыл бұрын
Thanks so much you have made it so simple to understand and to fallow
@VictorsOtherVector
@VictorsOtherVector Жыл бұрын
You're welcome! And I'm glad that you found it easy to understand & follow!
@NamVu-vw3mf
@NamVu-vw3mf Жыл бұрын
Thank you Victor, I struggled with that quite a long time.
@VictorsOtherVector
@VictorsOtherVector Жыл бұрын
Happy I could help!
@jervx829
@jervx829 2 жыл бұрын
DAMN BRO I REALLY THANK YOU SO MUCH, I'm wondering why my rsa key won't work for 2 years I've been stuck with that. But now I THANK YOU SO MUCH GOD BLESS YOU, you solved my problem!
@thomaseng6514
@thomaseng6514 10 ай бұрын
Super helpful tutorial!
@VictorsOtherVector
@VictorsOtherVector 5 ай бұрын
A super "thank you"! So good to hear it was helpful!
@varjaskeridani
@varjaskeridani Жыл бұрын
Thank you kind Sir. Had to reset my machina, couldn't clone my repos...than the algorithm gods blessed me with your video. Life saver..
@VictorsOtherVector
@VictorsOtherVector Жыл бұрын
Good to hear the algo-gods brought you with my video that could help!
@michalcwiekaa7581
@michalcwiekaa7581 Жыл бұрын
SSH keys with SAML SSO
@Ketanaut
@Ketanaut 6 ай бұрын
I have never used Github before. This was so useful! Thank you!
@VictorsOtherVector
@VictorsOtherVector 5 ай бұрын
You're welcome! Great to hear that as a newbie to GitHub you found it so useful! !
@renoaldocostasilvajunior1179
@renoaldocostasilvajunior1179 2 жыл бұрын
Tks so much. There is so many time that i try. Finally works with your help. Thank you so much
@VictorsOtherVector
@VictorsOtherVector 2 жыл бұрын
You're welcome! It's so nice to hear this helped you!
@sprtwlf9314
@sprtwlf9314 Жыл бұрын
Wonderful and clear turorial. Thanks!
@VictorsOtherVector
@VictorsOtherVector 5 ай бұрын
Thank you! It's great to hear you liked the tutorial!
@myfavouritecolorisgreen
@myfavouritecolorisgreen Жыл бұрын
thank you so much! ssh seemed daunting but this guide made it easy :)
@VictorsOtherVector
@VictorsOtherVector Жыл бұрын
You're welcome! Definitely can be intimidating the first (few) times so it's great to hear it was so helpful for you!
@jev2602
@jev2602 Жыл бұрын
great tutorial, so easy to follow which sorted out my Permission denied (publickey) issues i was having 😃
@VictorsOtherVector
@VictorsOtherVector Жыл бұрын
Thank you! And so happy to hear the video helped you figure out your issues!
@mohammedyasser4717
@mohammedyasser4717 2 жыл бұрын
Simple tutorial loved it !
@VictorsOtherVector
@VictorsOtherVector 2 жыл бұрын
Thanks! I'm happy you enjoyed it so much!
@user-nx4oi5pt2u
@user-nx4oi5pt2u 6 ай бұрын
Great tutrorial. Thanks a lot!
@VictorsOtherVector
@VictorsOtherVector 5 ай бұрын
You're welcome and thank you!
@sharifDotLive
@sharifDotLive Жыл бұрын
Thank you very much , very clear and concise, though I had to find my wayout in some steps. Much appreciated !
@VictorsOtherVector
@VictorsOtherVector Жыл бұрын
Thank you! And good to hear you were still able to get through the parts that might've been a little tricky for you!
@zipsybok2375
@zipsybok2375 Жыл бұрын
Thank you very much! You helped alot. Wish you all the best, subscribed !!!!
@VictorsOtherVector
@VictorsOtherVector Жыл бұрын
You're welcome! And I'm glad the video helped! Hoping to have more videos up sooner than later (*crossing-fingers*) so thanks for subscribing!
@mintxdp
@mintxdp Жыл бұрын
Worthy 10 mins . Thanks ❤️
@VictorsOtherVector
@VictorsOtherVector Жыл бұрын
Thank you for choosing my video for 10 of your minutes 😄
@Brosales1414
@Brosales1414 Жыл бұрын
This Great man! I was having trouble trying to do any of this!!!
@VictorsOtherVector
@VictorsOtherVector Жыл бұрын
So great to hear I was able to help you out with it! It can be pretty intimidating/confusing when learning it the first time!
@templetse2293
@templetse2293 2 жыл бұрын
Great Job Victor!
@fethicetin5745
@fethicetin5745 2 жыл бұрын
Helpful content. Thanks a lot Victor
@user-en3fm9wn9x
@user-en3fm9wn9x Жыл бұрын
Thanks a lot for the video, really helpful.
@VictorsOtherVector
@VictorsOtherVector Жыл бұрын
You're welcome and I always love hearing from others that it was helpful!
@uttonio
@uttonio 2 жыл бұрын
you saved my day. OMG it worked so well. Thanks a lot! Brilliant~
@VictorsOtherVector
@VictorsOtherVector 2 жыл бұрын
Yay! So happy to hear I helped saved the day for you :D
@showdown66
@showdown66 Жыл бұрын
Thanks for clear explanation!
@VictorsOtherVector
@VictorsOtherVector Жыл бұрын
You're welcome! It's good to hear they were clear!
@hteinferno
@hteinferno Жыл бұрын
This is the best tutorial ever, thank!
@naseemgharibi
@naseemgharibi 11 ай бұрын
hey There, this amazing video helped me a lot, thank you so much and have a nice day.
@VictorsOtherVector
@VictorsOtherVector 5 ай бұрын
You're welcome and so happy it helped you! (late to the response, but I did have a nice day 😄)
@jamlie977
@jamlie977 Жыл бұрын
this video is a life savior
@VictorsOtherVector
@VictorsOtherVector 5 ай бұрын
🛟 Happy to have helped!
@codymcneil9795
@codymcneil9795 2 жыл бұрын
This was an very helpful video!!! THANKS!!!
@VictorsOtherVector
@VictorsOtherVector 2 жыл бұрын
You're welcome! So glad it was helpful!!
@irenenyakate9118
@irenenyakate9118 2 ай бұрын
Man you saved my head and time! Thanks
@Asecuremindset
@Asecuremindset Жыл бұрын
Very helpful video. Thankyou
@VictorsOtherVector
@VictorsOtherVector Жыл бұрын
Happy to hear you found it helpful!
@adamw.7406
@adamw.7406 Жыл бұрын
This is exactly what I needed, thanks!
@VictorsOtherVector
@VictorsOtherVector Жыл бұрын
You're welcome! And happy to help!
@jfich
@jfich Жыл бұрын
This was very helpful, thank you!
@VictorsOtherVector
@VictorsOtherVector Жыл бұрын
You're welcome! So happy to hear it was helpfuL!
@user-ue6iw2mp6f
@user-ue6iw2mp6f 11 ай бұрын
This was very heplful, many thanks :)
@VictorsOtherVector
@VictorsOtherVector 5 ай бұрын
Many "you're welcomes" 😄 Good to hear it was so helpful!
@elenpiliposian
@elenpiliposian Жыл бұрын
Thank you so much, it really helped!
@VictorsOtherVector
@VictorsOtherVector Жыл бұрын
You're welcome! And it's so great to hear it was so helpful!!
@drew7272
@drew7272 Жыл бұрын
Thank you! Great video
@VictorsOtherVector
@VictorsOtherVector Жыл бұрын
Thanks! I'm glad you liked it!
@vohracodes
@vohracodes Жыл бұрын
literally thank you so much finally my setup done thank buddy
@VictorsOtherVector
@VictorsOtherVector Жыл бұрын
You're very welcome! So great to hear this helped with getting it all setup!
@thiagotavaresart
@thiagotavaresart Жыл бұрын
absolut legend! thanks for the video!
@VictorsOtherVector
@VictorsOtherVector Жыл бұрын
Thank you! And great to hear you liked it!
@tristanlukens7158
@tristanlukens7158 Жыл бұрын
Just what I needed!
@lindyscolors
@lindyscolors 2 жыл бұрын
So so helpful, thank you so much!
@VictorsOtherVector
@VictorsOtherVector Жыл бұрын
Yay! It's so great to hear you found it so helpful!
@aung-myat
@aung-myat 10 ай бұрын
Many thanks. You saved my day.
@VictorsOtherVector
@VictorsOtherVector 5 ай бұрын
Yay! Happy it helped you out in your time of need! 😄
@Darkmoon783
@Darkmoon783 Жыл бұрын
Thank you very eassy and clear explained🤗
@VictorsOtherVector
@VictorsOtherVector Жыл бұрын
You're welcome! And thank you! I tried to make it as clear and concise as I could!
@FABESTAH
@FABESTAH Жыл бұрын
A truly great tutorial 10/10!
@VictorsOtherVector
@VictorsOtherVector Жыл бұрын
Thanks! I'm happy you think it was great!
@user-et1wi3xo3n
@user-et1wi3xo3n Жыл бұрын
it was really help ful.. Thanks bro
@VictorsOtherVector
@VictorsOtherVector Жыл бұрын
Great to know you found it helpful!
@azy3929
@azy3929 Жыл бұрын
Such a good tutorial, thanks for help
@VictorsOtherVector
@VictorsOtherVector Жыл бұрын
Thank you and you're welcome for the help!
@sumankalyanmaity9034
@sumankalyanmaity9034 Жыл бұрын
Thanks man, you helps us a lot
@VictorsOtherVector
@VictorsOtherVector Жыл бұрын
You're welcome and of course, happy to help where I can!
@abdulmuhaminrehman7530
@abdulmuhaminrehman7530 Жыл бұрын
one of the Good explanations...
@VictorsOtherVector
@VictorsOtherVector Жыл бұрын
Thanks! I tried to do it well since I know that a lot of explanations/tutorials are a little lacking for some.
@harutyunmelikyan861
@harutyunmelikyan861 2 жыл бұрын
Thanks a lot for your help. That was very clear
@VictorsOtherVector
@VictorsOtherVector 2 жыл бұрын
Thanks! I was trying to make it clear without too much extra "fluff"
@bigbarry8343
@bigbarry8343 Жыл бұрын
Thank you, great tutorial!🤩
@VictorsOtherVector
@VictorsOtherVector Жыл бұрын
You're welcome and thank you for thinking it's great! 😄
@samkitsamsukha
@samkitsamsukha 7 ай бұрын
Excellent stuff, thanks..
@VictorsOtherVector
@VictorsOtherVector 5 ай бұрын
Thank you! And you're wlecome!
@cram196700
@cram196700 Жыл бұрын
Thanks very much! This solved the problem.
@VictorsOtherVector
@VictorsOtherVector Жыл бұрын
Glad I could help!
Git Tutorial For Dummies
19:25
Nick White
Рет қаралды 1 МЛН
don't git clone over https! (beginner) anthony explains #507
6:41
anthonywritescode
Рет қаралды 18 М.
Sigma Kid Hair #funny #sigma #comedy
00:33
CRAZY GREAPA
Рет қаралды 30 МЛН
KINDNESS ALWAYS COME BACK
00:59
dednahype
Рет қаралды 160 МЛН
How Many Balloons Does It Take To Fly?
00:18
MrBeast
Рет қаралды 155 МЛН
SSH Key Authentication | How to Create SSH Key Pairs
18:46
Akamai Developer
Рет қаралды 110 М.
How SSH Works
8:54
Mental Outlaw
Рет қаралды 499 М.
SSH Keys
10:12
RobEdwards
Рет қаралды 105 М.
How to Make Your Own VPN (And Why You Would Want to)
25:54
Wolfgang's Channel
Рет қаралды 2,2 МЛН
SSH Crash Course | With Some DevOps
55:02
Traversy Media
Рет қаралды 549 М.
How to be a git expert
46:26
Floating Little Leaves of Code
Рет қаралды 149 М.
SSH Keys and Github
10:51
Susan B.
Рет қаралды 8 М.
Push code to GitHub with an SSH key
13:51
Digital CEO
Рет қаралды 26 М.
OpenSSH for Absolute Beginners
23:00
Veronica Explains
Рет қаралды 101 М.
Sigma Kid Hair #funny #sigma #comedy
00:33
CRAZY GREAPA
Рет қаралды 30 МЛН