Your explanation of how to install SSH into GitHub was very helpful. What a great teacher you are.
@Codemify Жыл бұрын
Thanks a lot for the feedback :)
@johnborron105911 ай бұрын
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
@Codemify11 ай бұрын
Glad it helped!
@EminoMeneko2 жыл бұрын
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).
@Codemify2 жыл бұрын
🙌
@isaac-generosoАй бұрын
I appreciate the simple tutorial, i was stuck in add a ssh key to github, now it works, thanks a lot !
@mochi55234 ай бұрын
It's amazing how this still didn't work after multiple videos. Thanks for the great work, keep it up!
@amuslimintheusa4 ай бұрын
thank you for amazing things,. But I missing something. where did you copy the code that starts ssh ( 5:43 ) from
@Codemify4 ай бұрын
On 3:54 I’ve copied the command On 4:16 I ran it and it copied the key
@amuslimintheusa4 ай бұрын
@@Codemify It worked! thank you so much
@Codemify4 ай бұрын
@@amuslimintheusa My pleasure 😇
@GabrielLuccaMarsola7 ай бұрын
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!
@matrikomatriko6 күн бұрын
Thanks Sergii, this was really helpful!
@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 Жыл бұрын
On 3:54 I’ve copied the command On 4:16 I ran it and it copied the key Please rewatch 🥂
@priyanshubisht8326 Жыл бұрын
5:33 from where did you copy this ssh key ..
@Codemify Жыл бұрын
On 3:54 I’ve copied the command On 4:16 I ran it and it copied the key Please rewatch 🥂
@varunkhare2134Ай бұрын
I can use github desktop for commit, pull and push and need not to worry about this ssh and all ???
@DmytroTorop10 ай бұрын
Сергій, дякую! Дуже корисно!
@Codemify10 ай бұрын
My pleasure 🙌
@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 Жыл бұрын
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 Жыл бұрын
@@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 Жыл бұрын
@@olga_lc Yeyyy!!! Great job! You've just successfully tested our theory 🤔 It's a pleasure to collaborate and help likeminded people!
@zouhairsahtout968211 ай бұрын
I always get back to this video, thank you so much
@Codemify11 ай бұрын
My greatest pleasure!
@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 Жыл бұрын
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.raghava29 ай бұрын
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.school11 ай бұрын
the best and calmest
@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 Жыл бұрын
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
@oliviareilly2 жыл бұрын
confused where you got the webprojects folder... what does that correspond to? I am not starting off with any folder.
@Codemify2 жыл бұрын
Which second of the video are you talking about?
@edulalo7775 күн бұрын
Thank You Sergii!
@jimb50513 ай бұрын
1:37 totally lost. cant find the page he is on? I will try other videos.
@matrikomatriko6 күн бұрын
lol what, do you mean the github repo or visual studio? If this confuses you already, then maybe coding isn't for you...
@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 Жыл бұрын
It would be easier just to generate it directly on linux machine, than to move it around from machine to machine
@bodnarsa Жыл бұрын
Thank you for your help.@@Codemify
@Codemify Жыл бұрын
My greatst pleasure - @@bodnarsa
@rikoflishas9 ай бұрын
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
@Codemify9 ай бұрын
That issue is related to your repo, not to ssh
@chrisobrienweb Жыл бұрын
Just what I needed. Thanks!
@Codemify Жыл бұрын
My greatest pleasure!
@PragatiPathak-t1qАй бұрын
Its very helpful thank you so much , from india
@samirkha Жыл бұрын
This video is really helpful. Thanks now I understand all.
@Codemify Жыл бұрын
My greatest pleasure!
@aborgescoutinho6 ай бұрын
Perfect video. Thank you
@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 Жыл бұрын
You probably did not copy the right key. Please follow the video again
@dorian3017 Жыл бұрын
Great tutorial 👍! Just what I needed, thank you!
@Codemify Жыл бұрын
My greatest pleasure!
@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 Жыл бұрын
@@developerninja619Nope, it's not as you can see
@gold-junge912 жыл бұрын
How can I manage keys
@Codemify2 жыл бұрын
This is a good topic to record another video
@halleluyahpaul33342 жыл бұрын
wow thanks for this it saves me from two days headache 😂🤣
@Codemify2 жыл бұрын
hahaha anytime 😁
@JoseLopez-wh7xe Жыл бұрын
Great job! 🥇 Here we need to mention that this is not a tutorial to clone a repository.
@izzuddinsuib43111 ай бұрын
Nice video! really helpful
@Codemify11 ай бұрын
Glad it was helpful!
@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 Жыл бұрын
This video helped me !
@Codemify Жыл бұрын
Thank you for the feedback! It’s a pleasure to help others 🙌🏼😎
@bane22562 жыл бұрын
this was helpful. thanks
@Codemify2 жыл бұрын
My pleasure!
@Phaminh-Cinematography Жыл бұрын
pretty clear explanation
@Codemify Жыл бұрын
Thank you for the feedback! Glad it was helpful!
@bayarmaamail18002 жыл бұрын
It really works, thank you so much😀.
@Codemify2 жыл бұрын
My greatest pleasure :)
@hissaanali5860 Жыл бұрын
Thank you that was really helpful
@Codemify Жыл бұрын
My pleasure 💪
@aqibsaeed3229 Жыл бұрын
It helped me. Thanks alot :))
@Codemify Жыл бұрын
My greatest pleasure!
@JMinatsuki6215 Жыл бұрын
how does this looks so easy here... but when I do it it is full of error 😢
@Codemify Жыл бұрын
Good question. Most likely different env
@yamilmsilva7 ай бұрын
THANK YOU SO MUCH BUDDY !!!!!
@Codemify7 ай бұрын
My pleasure :)
@aadil4236 Жыл бұрын
Thank you brother!
@Codemify Жыл бұрын
My greatest pleasure!
@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!!
@gauthamraj61202 жыл бұрын
Thankyou so much very clear. able to understand very quick.
@Codemify2 жыл бұрын
My pleasure
@gauthamraj61202 жыл бұрын
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..
@Codemify2 жыл бұрын
@@gauthamraj6120 This is a very specific error that would require more details. Seems like you didn't setup ssh properly on your server
@gauthamraj61202 жыл бұрын
@@Codemify yes, if there is any tutorial you could suggest please share it. Or any blog.
@Codemify2 жыл бұрын
@@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 Жыл бұрын
Thank You bro ❤
@Codemify Жыл бұрын
My greatest pleasure!
@davidadediji33542 жыл бұрын
clear and concise explanation
@Codemify2 жыл бұрын
Thank you for the feedback, David!
@ihechukwu0018 ай бұрын
Thank you very much boss
@tseringdhondup772 жыл бұрын
thanks for the video
@Codemify2 жыл бұрын
My pleasure!
@benmoyal6107 Жыл бұрын
awesome!
@AzeamDildar2 жыл бұрын
Bro y didn’t u use eval cod?
@Codemify2 жыл бұрын
I don't like cod bro, I prefer tuna
@AzeamDildar2 жыл бұрын
@@Codemify ok fair enough! Y didn't u use eval tuna?
@Codemify2 жыл бұрын
@@AzeamDildar haha you could use either way you like. The end result is the same
@tor69534 ай бұрын
Thank you
@ishworgautam3063 Жыл бұрын
thanks man
@Codemify Жыл бұрын
My greatest pleasure!
@timmyhiggins52202 жыл бұрын
this is so confusing, 30 minutes later I'm still confused. The copy and pasting of keys needs to be explained better
@Codemify2 жыл бұрын
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!
@timmyhiggins52202 жыл бұрын
@@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.
@Codemify2 жыл бұрын
@@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
@Codemify2 жыл бұрын
@The Big TunaOh, thanks for the clarification. You did copy it from terminal a minute ago right here kzbin.info/www/bejne/qZ-mgWaZbNyLrZI
@Codemify2 жыл бұрын
@@timmyhiggins5220 Is that's what you've asked about? kzbin.info/www/bejne/qZ-mgWaZbNyLrZI
@simranvedpathak71129 ай бұрын
Thank you...
@charlesfotie8287 Жыл бұрын
Thank you for this Vidéo!
@Codemify Жыл бұрын
My greatest pleasure!
@ENTERTAINMENTMEDIA37 Жыл бұрын
Thankyou
@Codemify Жыл бұрын
My pleasure 🙌🏼
@serhysukhomudrenko54532 жыл бұрын
Дякую тезко
@Codemify2 жыл бұрын
Що ти маєш на увазі?
@tjorven96452 жыл бұрын
@@Codemify він має на увазі, що вас звати Сергій як і його
@Codemify2 жыл бұрын
@@tjorven9645 Туплю) Давно не чув слово тезко) Дякую, друже!
@mr.random8447Ай бұрын
its the public key, people can't do anything with it I thought
@amirmohammadi2012 Жыл бұрын
i gave you a big dislike because you waste 1:17 my time at the first.
@Codemify Жыл бұрын
@VulcanOnWheels7 ай бұрын
For about half of your video, all you do is follow some instructions on a web page.
@Codemify7 ай бұрын
That is correct :)
@VulcanOnWheels7 ай бұрын
@@Codemify My earlier comment notwithstanding, your video did help me understand "how to setup SSH for" my GitHub account. Thank you!
@Codemify7 ай бұрын
@@VulcanOnWheels My pleasure, and I'm glad it was helpful!
@CodyDaleOP5 ай бұрын
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.
@Codemify5 ай бұрын
I absolutely agree with you 😹
@mohammad_integry2 жыл бұрын
The error show while adding, clip < ~/.ssh/id_ed25519.pub At line:1 char:6 + clip < ~/.ssh/id_ed25519.pub + ~ The '