Far far better explanation than any professional devs on youtube... saved lots of time.... thanks
@CompletelyLegit23 Жыл бұрын
Finally a good explanation. The aliases were a game changer for easily controlling which set of keys is being used
@ScrollsoftheNebulaicWhispers Жыл бұрын
at 8:30 is the crucial info that everybody always ignore and never mention. Thanks for pointing it out
@DevSelfLearn Жыл бұрын
Awesome explanation. At first I thought why all these people are writing wonderful reviews. But when I watched your video for understanding. It was really amazing. Keep up the good work!!!!
@siddharthmagadum162 жыл бұрын
10:20 it is creating known_hosts and known_hosts.old files in ~/.sh directory for me as well, what does that mean?
@nishantchinchansure53302 жыл бұрын
Please explain further as well like how to push with 2 different accounts to different projects
@kimckimchi Жыл бұрын
up
@SciTechEnthusiasts Жыл бұрын
kzbin.info/www/bejne/jIHblKqll5lsrLs probably this will help
@SciTechEnthusiasts Жыл бұрын
Just do git push , if you don't want to use global config and want to have different email and name that should appear in the commits use git config command to config name and email for each repo cloned and just do git push
@manyu80853 жыл бұрын
Thanks my first day at work watching this
@iamfutureflashx Жыл бұрын
thanku you brother because of you now i know how access multiple accounts in one machine
@karmakiawaaz Жыл бұрын
Yes, It worked for me, you have simple explaination! Thank you! ❤
@kiranpoojary493 Жыл бұрын
Finally resolved my issue. Tnq So Much Bro.❣
@idongesiteyo7183 Жыл бұрын
This was so helpful. Thanks a million!👍👍
@DataEngineeringGeek Жыл бұрын
Awesome. Nicely explained. This helped a lot. Thanks
@bidyutbikashboruah8348 Жыл бұрын
how to set up new repo . when I use this "git remote add origin git@:name/reponame.git" , its used username as last used git user account ... how to inisilize user name form new git repo?
@osamamirza42202 жыл бұрын
Awesome and so helpful
@MarcosSilva-ls9gt2 жыл бұрын
Man you're the best. Thank you a lot!!!
@FMAlmeidaLeite Жыл бұрын
Hello from Brazil. Very good this video and so helpful, thanks a lot!
@themercifulslave1778 Жыл бұрын
subscribed! Hope we can have GitHub tutorials from u bro...
@angelleal30052 жыл бұрын
Great explanation, completely solved my problem !
@codeKeshav Жыл бұрын
Well Explained Nice Work You video was accurate to my problem statement
@LucasBrumGuitar2 жыл бұрын
Thank you so much! Cheers from Brazil!
@DishaTomar2 жыл бұрын
great explanation with much simpler steps
@otaviosouza3864 Жыл бұрын
Very nice video, the best of this topic!!!
@numaanmohammad21643 жыл бұрын
Helpful content. Keep up the good work.
@tejasparse9053 Жыл бұрын
If anyone getting "Please make sure you have the correct access rights and the repository exists" or the line 3, 8 is setup wrong please remove the line and it should all work correctly.
@emmanuelopezs2 жыл бұрын
Thanks a lot!! You're amazing dude! Love ya!! 💚
@juanpablobetancurmartinez78542 жыл бұрын
Thank you so much, this video was really helpful... Easy to do all the things you explained.
@Unknownperson-ob7fu2 жыл бұрын
8:40 when cloning showing this msg in terminal Please make sure you have the correct access rights and the repository exists.
@desmond2802 Жыл бұрын
Hi there! I have both GitHub and GitHub Enterprise and both of them are on the same email account. Is it still possible to use the above method?
@Somnathbhosale915 Жыл бұрын
Thank you for through this video I have setup the projects, God bless you :)
@subratmeher101 Жыл бұрын
Finally got a good solution. Thanks
@type3gaming8512 жыл бұрын
Thanks man your explanation was the best !
@khanfaysal9932 жыл бұрын
Today when create a new branch and finally push it error occured and says error: failed to push some refs to 'git' but I have already set different account ssh key generate through your video content.
@evapavlova8815 Жыл бұрын
Can't express my gratitude to you enough! 12 hours spent before viewing your video. Thank you! Super explanation. Question: is ssh-agent unnecessary at all?
@yashgorasia9828 Жыл бұрын
Thank you so much. It helped a lot 😄
@deepsant23722 жыл бұрын
awesommmmmeee and thanks much for this mate!!
@PallaviNagarkar Жыл бұрын
I have couple of question, 1. Does these steps remain same when we have 1st account on Github and 2nd on Bitbucket? 2. For performing other git commands, like "git push", do we need to add anything to the command or the same one works for both accounts?
@SciTechEnthusiasts Жыл бұрын
1. Yes steps will be similar 2. Before git push you can edit the git global config and then commit using the the changes config.
@PallaviNagarkar Жыл бұрын
@@SciTechEnthusiasts Thank you for the response!
@SubmitToTheBiomass Жыл бұрын
Thanks for this. I was on the right track but the answer I found on stackoverflow had an outdated config format. I guess it must have changed.
@manjindersarkaria3001 Жыл бұрын
Thanks for this video. It saved lots of time.
@vowonder386 Жыл бұрын
Excellent explanation, thank you!
@juanescobar9773 Жыл бұрын
Thanks for explanation, you resolve my problem
@denisbogusiewicz Жыл бұрын
Bro, you are very good. Thank you a lot
@ashishmaurya31132 жыл бұрын
Amazing video completely solved my problem
@rabiulmiah2169 Жыл бұрын
Just showing one account git clone by green colour on GitHub ssh key and u didn't show us about 2nd account green colour on ssh key field....... Pls help ..... after copy to paste from your video currently I am so frustrated...... Pls help...
@Pranauv Жыл бұрын
thank you so much sir!!! This saved my day!!
@JahangirKhan-hz7ui Жыл бұрын
Excellent explanation brother..... but How can we make a new repo and push the project to the GitHub account using this method??
@khanfaysal9932 жыл бұрын
Thanks a lot. But if I create new project on specific github account, how to push specific account and what will be current user name and email on local machine git bash ?
@SciTechEnthusiasts2 жыл бұрын
You can config local git user name and email using git --config before you push
@ArunKarthikgayan2 жыл бұрын
I'm able to add key and clone using my account, but fails when I try running thru windows service, getting host key authentication failed. please do advice
@SciTechEnthusiasts2 жыл бұрын
what's the windows service commandline
@rishabh719 Жыл бұрын
do push pull will work here ?
@harshyadav9 Жыл бұрын
Exactly what I wanted, Thanks a lot.........
@yazid1132 жыл бұрын
Hi after cloning the repo the push process is there a special way to do it or the files knows which account to use?
@SciTechEnthusiasts2 жыл бұрын
Made another video to explain that kzbin.info/www/bejne/jIHblKqll5lsrLs
@madhurmoms Жыл бұрын
bro i have already one aacount how how can i setup 2nd acount
@khanfaysal9932 жыл бұрын
first ssh key account worked but second ssh key account not working while push code in the new project
Thanks man. Saved the day. One question do we have to remove old data from windows credential manager
@iam_rajeevyadav Жыл бұрын
Thanks sir...lots of love
@gunasekaranpalanisami6182 Жыл бұрын
Thank you so much , nice learning
@kevinagyemang62502 жыл бұрын
The configuration can't save as such, what should I do?
@SciTechEnthusiasts2 жыл бұрын
What's the error while saving it?
@SciTechEnthusiasts2 жыл бұрын
Maybe this will help unix.stackexchange.com/questions/558495/how-can-i-provide-the-authorized-keys-path-in-sshd-that-allows-normal-users-sys
@sandeepvare2 жыл бұрын
Thanks Man... Solved my problem
@fase-man63552 жыл бұрын
Thanks mate. you help me well. thanks
@thekannadacoder81342 жыл бұрын
thanks a lot brother , super..great job 💖💖💖💖💖💖💖💖💖
@birukabel3590 Жыл бұрын
Thank you Excellent tutorial
@ahsanshaikh73332 жыл бұрын
yar jan bacha li tum nay kasam say thank you bro
@HharshalL3 жыл бұрын
bro can u share undervolting tricks for aspire 7
@shrishtychandra2003 Жыл бұрын
Very good video. Thanks!
@adityamathur22849 ай бұрын
Thanks for the amazing content, it really helps, just One question I have is that for both these different github accounts, I want to do my commits as different username for different user accounts. How can I setup that, if you have any link for it, I will be greatful. I am sure I will have to make changes to the git config for it, but what exact changes are to be done, I need some clarity on that.
@SciTechEnthusiasts9 ай бұрын
In the repo level to change the name and email for a specific Git repository, you can use the following commands: ```bash git config user.name "Your Name" git config user.email "your_email@example.com" ``` These commands will change the name and email associated with commits in that particular repository.
@adityamathur22849 ай бұрын
@@SciTechEnthusiasts yep it works like a charm. Finally my setup is done, thanks for all the amazing content😊
@nilamlad6582 жыл бұрын
but push is not working through the tourtisegit
@SciTechEnthusiasts2 жыл бұрын
Ok seems like most users facing issues with push and I didn't included it in the video. I'll make another video this weekend.
@priyamghosh72973 жыл бұрын
Please show how to push using two different account
@siluverukirankumar99542 жыл бұрын
Did you get how to push?
@SciTechEnthusiasts2 жыл бұрын
just use git push
@SciTechEnthusiasts2 жыл бұрын
it will automatically push
@lle51592 жыл бұрын
@@SciTechEnthusiasts Hi bro, how does VSC know which account we want to use to push since we have two accounts?
@lle51592 жыл бұрын
Say it using account A but I want to use account B to push, is there any way to manipulate it?
@kumarutsav232 жыл бұрын
How to push?
@divyalpatil5387 Жыл бұрын
Awesome thanks bro 😊
@gabrieleguerrini94083 жыл бұрын
You have saved me lots of troubles, thanks. May I ask you which extensions are using in VSC to get that nice view of config/id_ files and code within config?
@naushadansari7082 жыл бұрын
@Gabriele Guerrini Extetention Name : Remote - SSH: Editing Configuration Files by Microsoft
@Unknownperson-ob7fu2 жыл бұрын
bhai how to create a config file I mean what is the extension of a config file
@a.human.2 жыл бұрын
vs code theme?
@hungninh83202 жыл бұрын
you save my life, thank you
@kaungsathan37592 жыл бұрын
thanks this was helpful...
@md.shamim13042 жыл бұрын
Effective videos. Thanks a lot.........
@saranshmehta10602 жыл бұрын
Dude, Thanks so much.
@LuaneCarolineAquinoCavalcanti2 жыл бұрын
Thank you!
@shashwatagrawal87982 жыл бұрын
Thanks dude!
@prasannacolan25952 жыл бұрын
Helpful, Thanks
@aadil42363 жыл бұрын
Thank you so much!!!
@sameernaalt2817 Жыл бұрын
Thank you so much
@somehow34567 ай бұрын
nice
@md.solaimanahmed21682 жыл бұрын
Helpful content
@cairink2110 Жыл бұрын
Thank you brother
@amineatyq36432 ай бұрын
This is helpful
@shravanchilka74662 жыл бұрын
thanks a lot ♥
@zermax Жыл бұрын
Thanks bro
@amanali95012 жыл бұрын
thx for the help
@BattleSaberj Жыл бұрын
not working anymore
@SciTechEnthusiasts Жыл бұрын
Hmm are you sure? I'll check on weekend and update here
@johongirmirsoatov37192 жыл бұрын
rahmat bratjan
@rucha33852 жыл бұрын
Juts change the username via cmd using git config user.name " " git config user.email " "