How to setup SSH for GitHub repository

  Рет қаралды 94,913

Codemify

Codemify

Күн бұрын

Пікірлер: 138
@LuisCervantes-du2lv
@LuisCervantes-du2lv 2 жыл бұрын
Your explanation of how to install SSH into GitHub was very helpful. What a great teacher you are.
@Codemify
@Codemify Жыл бұрын
Thanks a lot for the feedback :)
@johnborron1059
@johnborron1059 11 ай бұрын
Thank you sir! You have got me half the way there. So much more complex now than when I set it up on my old computer a few years ago. I like your style
@Codemify
@Codemify 11 ай бұрын
Glad it helped!
@EminoMeneko
@EminoMeneko 2 жыл бұрын
This is fair enough for local usage. Thank you for the directions. Now if I got there, it is because I am following a training. I am given a VM on which I could do my work so that the instructor could see what I do. The thing is I prefer working locally, then push. But I am concerned with security and I want no one to mess with my repos/account when the machine is unattended. So I need a passphrase. I found a simpler way on Windows. It involves generating the key from GIT Gui utility. In one click the key is generated. Generating from CLI did not recognize the existence of any key. I don't know if it looks for a specific name or what but at least it works when GIT Gui generates the key. When I clone using SSH it will ask for the passphrase every time I push or pull which is what I want. You can also have ssh-agent enable in the current window if you still need to sync quite often. But closing the window just clears the data and the passphrase will be asked for again on a new session (up to you to repeat the ssh-agent steps or not). After my training ends, I can simply remove that SSH key (EDIT: I meant from GitHub. Should one even forget the key on the VM, it will become useless).
@Codemify
@Codemify 2 жыл бұрын
🙌
@isaac-generoso
@isaac-generoso Ай бұрын
I appreciate the simple tutorial, i was stuck in add a ssh key to github, now it works, thanks a lot !
@mochi5523
@mochi5523 4 ай бұрын
It's amazing how this still didn't work after multiple videos. Thanks for the great work, keep it up!
@amuslimintheusa
@amuslimintheusa 4 ай бұрын
thank you for amazing things,. But I missing something. where did you copy the code that starts ssh ( 5:43 ) from
@Codemify
@Codemify 4 ай бұрын
On 3:54 I’ve copied the command On 4:16 I ran it and it copied the key
@amuslimintheusa
@amuslimintheusa 4 ай бұрын
@@Codemify It worked! thank you so much
@Codemify
@Codemify 4 ай бұрын
@@amuslimintheusa My pleasure 😇
@GabrielLuccaMarsola
@GabrielLuccaMarsola 7 ай бұрын
Very helpful your explanation on how to install the SSH in Github. Thank you so much! By the way, you teach and also explain things pretty well!
@matrikomatriko
@matrikomatriko 6 күн бұрын
Thanks Sergii, this was really helpful!
@bluedot2989
@bluedot2989 Жыл бұрын
I am little bit lost here. Where did you copy your SSH key from before paste it in the new SSH KEY input field?
@Codemify
@Codemify Жыл бұрын
On 3:54 I’ve copied the command On 4:16 I ran it and it copied the key Please rewatch 🥂
@priyanshubisht8326
@priyanshubisht8326 Жыл бұрын
5:33 from where did you copy this ssh key ..
@Codemify
@Codemify Жыл бұрын
On 3:54 I’ve copied the command On 4:16 I ran it and it copied the key Please rewatch 🥂
@varunkhare2134
@varunkhare2134 Ай бұрын
I can use github desktop for commit, pull and push and need not to worry about this ssh and all ???
@DmytroTorop
@DmytroTorop 10 ай бұрын
Сергій, дякую! Дуже корисно!
@Codemify
@Codemify 10 ай бұрын
My pleasure 🙌
@olga_lc
@olga_lc Жыл бұрын
Hi! So if I already have an ssh generated for Gitlab, the same one should be used for GitHub as well? How often should we change them? Thanks
@Codemify
@Codemify Жыл бұрын
Good questions! 1. I've never used Gitlab and Github simultaneously but I see no reason why it would not work. You generate one key for two different doors(same locks) 2. Generally, you don't need to change them if they have not been compromised
@olga_lc
@olga_lc Жыл бұрын
@@Codemify thanks for the quick response. Yeah I just added my existing ssh into Github account and it works for both. I haven't really had the problem connecting and pushing to github repo with the commands they give you when you create one, until today.
@Codemify
@Codemify Жыл бұрын
@@olga_lc Yeyyy!!! Great job! You've just successfully tested our theory 🤔 It's a pleasure to collaborate and help likeminded people!
@zouhairsahtout9682
@zouhairsahtout9682 11 ай бұрын
I always get back to this video, thank you so much
@Codemify
@Codemify 11 ай бұрын
My greatest pleasure!
@prasanthsikakollu9328
@prasanthsikakollu9328 Жыл бұрын
I have created a ssh key pair and added public one into the github account. But when I run git commands, it still asks for the username/password. How to fix that? Do I need to run any additional commands after cloning?
@Codemify
@Codemify Жыл бұрын
git remote set-url origin git@github.com:username/repo.git This command will change it to ssh. Replace username/repo.git with the path to your repository (you can get this from the main page of your repository on GitHub). Let me know if it works ;)
@028_j.raghava2
@028_j.raghava2 9 ай бұрын
Thanks a lot sir very valuable information!! One small question where is the private key stored? when we generate key pair it actually created public key in local and we pasted the same in website what about private key?
@ort.school
@ort.school 11 ай бұрын
the best and calmest
@backtobackcosmicflash
@backtobackcosmicflash Жыл бұрын
the github documentation no more gives you 'pbcopy' command, it gives you some 'clip' command and it doesn't work for you. i'm lacking the syntax.
@Codemify
@Codemify Жыл бұрын
You might be looking into different pages. Here is the one docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account
@oliviareilly
@oliviareilly 2 жыл бұрын
confused where you got the webprojects folder... what does that correspond to? I am not starting off with any folder.
@Codemify
@Codemify 2 жыл бұрын
Which second of the video are you talking about?
@edulalo777
@edulalo777 5 күн бұрын
Thank You Sergii!
@jimb5051
@jimb5051 3 ай бұрын
1:37 totally lost. cant find the page he is on? I will try other videos.
@matrikomatriko
@matrikomatriko 6 күн бұрын
lol what, do you mean the github repo or visual studio? If this confuses you already, then maybe coding isn't for you...
@bodnarsa
@bodnarsa Жыл бұрын
If I generated an SSH key on my Windows machine, how to use it on my Linux machine? Should I generate another key for Linux machine?
@Codemify
@Codemify Жыл бұрын
It would be easier just to generate it directly on linux machine, than to move it around from machine to machine
@bodnarsa
@bodnarsa Жыл бұрын
Thank you for your help.@@Codemify
@Codemify
@Codemify Жыл бұрын
My greatst pleasure - @@bodnarsa
@rikoflishas
@rikoflishas 9 ай бұрын
mmm not working. it always sends me 'warning: You appear to have cloned an empty repository' or 'fatal: destination path 'test' already exists and is not an empty directory. 'after doing the git clone code. I'm very new to this so I don't get it. I check the folder and it is empty. Thank you very much to anyone that can help me
@Codemify
@Codemify 9 ай бұрын
That issue is related to your repo, not to ssh
@chrisobrienweb
@chrisobrienweb Жыл бұрын
Just what I needed. Thanks!
@Codemify
@Codemify Жыл бұрын
My greatest pleasure!
@PragatiPathak-t1q
@PragatiPathak-t1q Ай бұрын
Its very helpful thank you so much , from india
@samirkha
@samirkha Жыл бұрын
This video is really helpful. Thanks now I understand all.
@Codemify
@Codemify Жыл бұрын
My greatest pleasure!
@aborgescoutinho
@aborgescoutinho 6 ай бұрын
Perfect video. Thank you
@DAVIDALYAHIRRADILLOROJAS
@DAVIDALYAHIRRADILLOROJAS Жыл бұрын
I followed every step, but when I tried to finally add the ssh key, ii couldn't, the message that appeared was " Key is invalid. You must supply a key in OpenSSH public key format"
@Codemify
@Codemify Жыл бұрын
You probably did not copy the right key. Please follow the video again
@dorian3017
@dorian3017 Жыл бұрын
Great tutorial 👍! Just what I needed, thank you!
@Codemify
@Codemify Жыл бұрын
My greatest pleasure!
@developerninja619
@developerninja619 Жыл бұрын
@@Codemify hello and thank you for your video! Could you please tell why didn't you add the ssh key to the ssh-agent? Isn't it necessary??
@Codemify
@Codemify Жыл бұрын
@@developerninja619Nope, it's not as you can see
@gold-junge91
@gold-junge91 2 жыл бұрын
How can I manage keys
@Codemify
@Codemify 2 жыл бұрын
This is a good topic to record another video
@halleluyahpaul3334
@halleluyahpaul3334 2 жыл бұрын
wow thanks for this it saves me from two days headache 😂🤣
@Codemify
@Codemify 2 жыл бұрын
hahaha anytime 😁
@JoseLopez-wh7xe
@JoseLopez-wh7xe Жыл бұрын
Great job! 🥇 Here we need to mention that this is not a tutorial to clone a repository.
@izzuddinsuib431
@izzuddinsuib431 11 ай бұрын
Nice video! really helpful
@Codemify
@Codemify 11 ай бұрын
Glad it was helpful!
@Smilodon_W_Lee
@Smilodon_W_Lee Жыл бұрын
well. that's a lot of steps and codes for a beginner. 😁 thanks for you effort. I will try this when I have time in meantime I am just using the Access token method it is simpler than this SSH one
@realnathanlartiste
@realnathanlartiste Жыл бұрын
This video helped me !
@Codemify
@Codemify Жыл бұрын
Thank you for the feedback! It’s a pleasure to help others 🙌🏼😎
@bane2256
@bane2256 2 жыл бұрын
this was helpful. thanks
@Codemify
@Codemify 2 жыл бұрын
My pleasure!
@Phaminh-Cinematography
@Phaminh-Cinematography Жыл бұрын
pretty clear explanation
@Codemify
@Codemify Жыл бұрын
Thank you for the feedback! Glad it was helpful!
@bayarmaamail1800
@bayarmaamail1800 2 жыл бұрын
It really works, thank you so much😀.
@Codemify
@Codemify 2 жыл бұрын
My greatest pleasure :)
@hissaanali5860
@hissaanali5860 Жыл бұрын
Thank you that was really helpful
@Codemify
@Codemify Жыл бұрын
My pleasure 💪
@aqibsaeed3229
@aqibsaeed3229 Жыл бұрын
It helped me. Thanks alot :))
@Codemify
@Codemify Жыл бұрын
My greatest pleasure!
@JMinatsuki6215
@JMinatsuki6215 Жыл бұрын
how does this looks so easy here... but when I do it it is full of error 😢
@Codemify
@Codemify Жыл бұрын
Good question. Most likely different env
@yamilmsilva
@yamilmsilva 7 ай бұрын
THANK YOU SO MUCH BUDDY !!!!!
@Codemify
@Codemify 7 ай бұрын
My pleasure :)
@aadil4236
@aadil4236 Жыл бұрын
Thank you brother!
@Codemify
@Codemify Жыл бұрын
My greatest pleasure!
@aadil4236
@aadil4236 Жыл бұрын
I have ssh keys on my windows and Ubuntu environment. I also want install it on my Kali environment. I follow the exact procedure but I am not able to clone with ssh in Kali. Any suggestion would be helpful. Thank you!!
@gauthamraj6120
@gauthamraj6120 2 жыл бұрын
Thankyou so much very clear. able to understand very quick.
@Codemify
@Codemify 2 жыл бұрын
My pleasure
@gauthamraj6120
@gauthamraj6120 2 жыл бұрын
Hi I'm having an issue when I'm cloning the GitHub repository to the ubuntu dedicated server. When I use git clone url I'm getting bad configuration at ssh_conff file at line 54... Please let me know if you have any videos on that..
@Codemify
@Codemify 2 жыл бұрын
@@gauthamraj6120 This is a very specific error that would require more details. Seems like you didn't setup ssh properly on your server
@gauthamraj6120
@gauthamraj6120 2 жыл бұрын
@@Codemify yes, if there is any tutorial you could suggest please share it. Or any blog.
@Codemify
@Codemify 2 жыл бұрын
@@gauthamraj6120 I don't think there is a tutorial that will explain that specific problem. Try to reset all you ssh settings from scratch
@rupeshcb9260
@rupeshcb9260 Жыл бұрын
Thank You bro ❤
@Codemify
@Codemify Жыл бұрын
My greatest pleasure!
@davidadediji3354
@davidadediji3354 2 жыл бұрын
clear and concise explanation
@Codemify
@Codemify 2 жыл бұрын
Thank you for the feedback, David!
@ihechukwu001
@ihechukwu001 8 ай бұрын
Thank you very much boss
@tseringdhondup77
@tseringdhondup77 2 жыл бұрын
thanks for the video
@Codemify
@Codemify 2 жыл бұрын
My pleasure!
@benmoyal6107
@benmoyal6107 Жыл бұрын
awesome!
@AzeamDildar
@AzeamDildar 2 жыл бұрын
Bro y didn’t u use eval cod?
@Codemify
@Codemify 2 жыл бұрын
I don't like cod bro, I prefer tuna
@AzeamDildar
@AzeamDildar 2 жыл бұрын
@@Codemify ok fair enough! Y didn't u use eval tuna?
@Codemify
@Codemify 2 жыл бұрын
@@AzeamDildar haha you could use either way you like. The end result is the same
@tor6953
@tor6953 4 ай бұрын
Thank you
@ishworgautam3063
@ishworgautam3063 Жыл бұрын
thanks man
@Codemify
@Codemify Жыл бұрын
My greatest pleasure!
@timmyhiggins5220
@timmyhiggins5220 2 жыл бұрын
this is so confusing, 30 minutes later I'm still confused. The copy and pasting of keys needs to be explained better
@Codemify
@Codemify 2 жыл бұрын
If you are on the Mac, you run a command that copies the key to the keyboard. Then you simply Command-V to paste it or right click and paste!
@timmyhiggins5220
@timmyhiggins5220 2 жыл бұрын
@@Codemify I dont mean how to copy and paste. I mean you dont explain the copy and paste of the key correctly. You are copying the generated key, then another shorter key you copied from the instructions. You dont explain about joining them together to form a full key, if that is what your doing 🤷‍♂️. I still dont even know because it's so confusing.
@Codemify
@Codemify 2 жыл бұрын
@@timmyhiggins5220 What short key are you talking about? You don't need to join anything. You generate a key, copy it, and add it to your github account. Let me know if it doesn't work
@Codemify
@Codemify 2 жыл бұрын
​@The Big TunaOh, thanks for the clarification. You did copy it from terminal a minute ago right here kzbin.info/www/bejne/qZ-mgWaZbNyLrZI
@Codemify
@Codemify 2 жыл бұрын
@@timmyhiggins5220 Is that's what you've asked about? kzbin.info/www/bejne/qZ-mgWaZbNyLrZI
@simranvedpathak7112
@simranvedpathak7112 9 ай бұрын
Thank you...
@charlesfotie8287
@charlesfotie8287 Жыл бұрын
Thank you for this Vidéo!
@Codemify
@Codemify Жыл бұрын
My greatest pleasure!
@ENTERTAINMENTMEDIA37
@ENTERTAINMENTMEDIA37 Жыл бұрын
Thankyou
@Codemify
@Codemify Жыл бұрын
My pleasure 🙌🏼
@serhysukhomudrenko5453
@serhysukhomudrenko5453 2 жыл бұрын
Дякую тезко
@Codemify
@Codemify 2 жыл бұрын
Що ти маєш на увазі?
@tjorven9645
@tjorven9645 2 жыл бұрын
@@Codemify він має на увазі, що вас звати Сергій як і його
@Codemify
@Codemify 2 жыл бұрын
@@tjorven9645 Туплю) Давно не чув слово тезко) Дякую, друже!
@mr.random8447
@mr.random8447 Ай бұрын
its the public key, people can't do anything with it I thought
@amirmohammadi2012
@amirmohammadi2012 Жыл бұрын
i gave you a big dislike because you waste 1:17 my time at the first.
@Codemify
@Codemify Жыл бұрын
@VulcanOnWheels
@VulcanOnWheels 7 ай бұрын
For about half of your video, all you do is follow some instructions on a web page.
@Codemify
@Codemify 7 ай бұрын
That is correct :)
@VulcanOnWheels
@VulcanOnWheels 7 ай бұрын
@@Codemify My earlier comment notwithstanding, your video did help me understand "how to setup SSH for" my GitHub account. Thank you!
@Codemify
@Codemify 7 ай бұрын
@@VulcanOnWheels My pleasure, and I'm glad it was helpful!
@CodyDaleOP
@CodyDaleOP 5 ай бұрын
video is all over the place, worst video ever, i guess i wont have git hub set up, yay! and also i probably dont need it set up.
@Codemify
@Codemify 5 ай бұрын
I absolutely agree with you 😹
@mohammad_integry
@mohammad_integry 2 жыл бұрын
The error show while adding, clip < ~/.ssh/id_ed25519.pub At line:1 char:6 + clip < ~/.ssh/id_ed25519.pub + ~ The '
@austinjnr7115
@austinjnr7115 Жыл бұрын
thank you so much
@Codemify
@Codemify Жыл бұрын
My greatest pleasure :)
Setting Up SSH Keys for GitHub
10:43
Victor Geislinger
Рет қаралды 181 М.
Git Tutorial For Dummies
19:25
Nick White
Рет қаралды 1,3 МЛН
UFC 287 : Перейра VS Адесанья 2
6:02
Setanta Sports UFC
Рет қаралды 486 М.
"Идеальное" преступление
0:39
Кик Брейнс
Рет қаралды 1,4 МЛН
Jaidarman TOP / Жоғары лига-2023 / Жекпе-жек 1-ТУР / 1-топ
1:30:54
SSH Crash Course | With Some DevOps
55:02
Traversy Media
Рет қаралды 557 М.
How to Generate GitHub SSH Keys
19:15
Cameron McKenzie
Рет қаралды 18 М.
SSH Keys
10:12
RobEdwards
Рет қаралды 132 М.
Authenticating on multiple GitHub accounts using SSH
13:53
A shot of code
Рет қаралды 43 М.
How SSH Works
8:54
Mental Outlaw
Рет қаралды 572 М.
Linux File System/Structure Explained!
15:59
DorianDotSlash
Рет қаралды 4,3 МЛН
Git and GitHub Tutorial for Beginners
46:19
Kevin Stratvert
Рет қаралды 1,4 МЛН
How to Create and add SSH key to GitHub ? || SSH Key || GitHub
6:51
KK JavaTutorials
Рет қаралды 226 М.
UFC 287 : Перейра VS Адесанья 2
6:02
Setanta Sports UFC
Рет қаралды 486 М.