No video

How to Install and Configure Git and GitHub on Ubuntu 22.04 LTS (Linux)

  Рет қаралды 96,243

ProgrammingKnowledge

ProgrammingKnowledge

Күн бұрын

Learn how to install and configure Git and GitHub on Ubuntu (Linux) with this comprehensive tutorial. #Git #GitHub #Ubuntu #LinuxTutorial
Set Up Git:
git config --global user.name "Your Name"
git config --global user.email "youremail@domain.com"
other commands
git clone (url)
git add (file names)
git commit -m "(committed message)
git push -u origin main
git remote add origin main (url)
FIX: "Support for password authentication was removed. Please use a personal access token instead."
git clone tokenhere@github.com/user_name/repo_name.git
Git is a popular version control system used by developers to track changes in their code repositories. GitHub, on the other hand, is a web-based platform that provides hosting for Git repositories and offers additional collaboration features.
In this tutorial, you will discover the step-by-step process of installing and configuring Git and GitHub on Ubuntu. Whether you are a beginner or an experienced developer, this tutorial will provide you with the knowledge and skills to effectively use Git and GitHub in your projects.
The tutorial covers topics such as:
1. Installing Git: You will learn how to install Git using the package manager on Ubuntu. We will guide you through the installation process, ensuring that you have Git up and running on your system.
2. Configuring Git: After installation, you will understand how to configure Git with your username and email address. This configuration is essential for properly attributing your commits.
3. Setting up GitHub: You will explore the process of creating a GitHub account and configuring Git to work with GitHub. This includes generating SSH keys, adding them to your GitHub account, and establishing the connection between your local Git repository and GitHub.
By the end of this tutorial, you will have a solid understanding of how to install and configure Git and GitHub on Ubuntu. You will be ready to start using Git for version control and collaborate with others using the powerful features of GitHub.
Join us in this tutorial and take your development workflow to the next level with Git and GitHub! #VersionControl #Collaboration #DevOps #SoftwareDevelopment
Git is a distributed version control system. This video shows How to Get Started with Git and Github and teaches The Basics of Git and GitHub.
Version Control ? - Version control systems are a category of software tools that help a software team manage changes to source code over time.
What is GIT? - By far, the most widely used modern version control system in the world today is Git. Git is a mature, actively maintained open source project originally developed in 2005
Why GIT? - Relying on software for mission-critical applications, altering your development workflow impacts your entire business. Git isn’t just for agile software development-it’s for agile business.

Пікірлер: 53
@jordythegiant
@jordythegiant 5 ай бұрын
Most simple install/configure method I've seen by far. Thank you!!!
@hardnocks24
@hardnocks24 Жыл бұрын
Best tutorial on Git. Very easy to understand and up to the point, unlike others who make it look too complex.
@bernardobruxel
@bernardobruxel 3 ай бұрын
man! i love you, i was struggling on making my first repo in git, always was going wrong, your video saved me! thanks a lot!
@jaysonkurtyka6186
@jaysonkurtyka6186 4 ай бұрын
Thank you very much for posting this tutorial, it is very clear and concise to get started with Git/GitHub and is greatly appreciated. Thanks!!
@hayreddinbarbarossa3132
@hayreddinbarbarossa3132 5 ай бұрын
Was looking for a solution and this worked for me. Thanks a lot friend. Thumbs up
@georgesmith9178
@georgesmith9178 4 ай бұрын
You helped me - thumbs-up. Just a quick update for the video, though: they must have added "Push protection", which scans for anything that looks like a password in files you are trying to push. If they find it, the push is rejected. You can override this from user's Settings (top right, icon where you click for Profile) > Settings > Code security and analysis > under User and against "Push protection for yourself" click Disable.
@josecarlos-zc9hy
@josecarlos-zc9hy 2 ай бұрын
Hablas ingles muy bien!! Es la primera vez que entiendo todo un vídeo en idioma ingles, muchas gracias!!
@jamesthomas1261
@jamesthomas1261 10 ай бұрын
Excellent tutorial
@patel5532
@patel5532 Жыл бұрын
Sir, This will work, but it has some security risks and disadvantages: 1. Security Risks: If we ever accidentally print your remote URLs (for example by running git remote -v), our token will be exposed. It's especially risky if we're in a screen-sharing situation, or if our terminal history is accessible to others. 2. Inconvenience: we would need to include the token every time you clone a repository or set a remote URL. This can be cumbersome, particularly if we are working with many repositories. 3. Token Expiry/Revocation: If your token ever expires or is revoked for any reason, you'll need to update all the places where we've hard-coded the token Could you make video on how to use git credential helper in Ubuntu?
@Project-47
@Project-47 8 ай бұрын
So, is there a better alternative to this? I had been using git credential manager since but it is kinda unreliable.
@mauricelokuju
@mauricelokuju Ай бұрын
Just thank you bro very impressive and great work done am happy to follow you always
@fundalab6826
@fundalab6826 Жыл бұрын
everything went well !!! thank you !
@fikrilhadadramadhani1272
@fikrilhadadramadhani1272 6 ай бұрын
THANK YOU VERY MUCH OMG. I'VE BEEN SEARCHING HOW TO SOLVE THIS UBUNTU PROBLEM FOR 2 WHOLE DAYS.
@DebjhotiDeb
@DebjhotiDeb 7 ай бұрын
*KEEP UP THE GOOD WORK, VERY INFORMATIVE*
@FangjieshiR
@FangjieshiR 4 ай бұрын
Thank u, the video really helps a lot
@dweh
@dweh 2 ай бұрын
Thank you so much! Nice video!
@Xargoniten
@Xargoniten 2 ай бұрын
Thank you, very helpful!
@OnePush-TV
@OnePush-TV 9 ай бұрын
Easy to follow and understand! Thanks!
@narsinghsaini3626
@narsinghsaini3626 4 ай бұрын
Very informative video. Thanks
@aka-Monster01
@aka-Monster01 3 ай бұрын
great video ik i didn't get everything alot of things are just watch and do for me but i know i'll make it with decent practice || those things are not something u'll master in just one shot don't get overwhelmed just do it
@ivanalves3393
@ivanalves3393 5 ай бұрын
You're amazing!!!!!!!!!!!!!! TYVM my friend!! 😍
@its_niraj01
@its_niraj01 Жыл бұрын
Best tutorial. Everything done very smoothly. Thank You sir.
@charan_0086
@charan_0086 Ай бұрын
u can clear terminal by ctrl+l
@Sobioytccc
@Sobioytccc 25 күн бұрын
Thank you!
@vichetvatt9979
@vichetvatt9979 3 ай бұрын
Thank you so much.
@nashanplays7834
@nashanplays7834 6 ай бұрын
SUPER USEFUL THANK YOU!
@GoldyAwad
@GoldyAwad Жыл бұрын
Thanks alot for this tut, can you also make a video on the same but using ssh instead of https?
@jellyfish1772
@jellyfish1772 3 ай бұрын
very helpful thanks.
@BillRees
@BillRees 8 ай бұрын
Excellent! Thanks.
@nazmussaquibkhan
@nazmussaquibkhan 3 ай бұрын
Thank you brother.
@rakeshr2678
@rakeshr2678 2 ай бұрын
Thanks a lot
@eduardoalmeida4150
@eduardoalmeida4150 11 ай бұрын
VERY THANK YOU!!!!
@alham__aa
@alham__aa 4 ай бұрын
OH man Thank you very much
@devincurrie4145
@devincurrie4145 11 ай бұрын
Nice. Thanks.
@kartikeytewatia6824
@kartikeytewatia6824 5 ай бұрын
WHEN I RUN THE FIRST COMMAND IT SHOWS USER IS NOT IN SUDOER S FILE???
@sen8078
@sen8078 4 ай бұрын
thank you homie
@alexandreals
@alexandreals 9 ай бұрын
Many thanks, pknowledge
@markjosephortizano5084
@markjosephortizano5084 7 күн бұрын
I have a one question I follow all your video but a can't paste on GitHub
@storm-kd4op
@storm-kd4op 6 ай бұрын
thank you!
@ghostwarrior7974
@ghostwarrior7974 5 ай бұрын
Hello from Brazil ! now i'm understand why learning english is a very very important for my software engineer career.....
@vimlinux
@vimlinux Ай бұрын
Do we have to configure everytime for each repository?
@setsuro.splice
@setsuro.splice 4 ай бұрын
Hi, im getting issues. This doesnt work if im running ubuntu on a virtual machine it seems. @8:20 when i clone my repo, it doesn't work. Weird thing was, they asked for my github username and password, i gave them and the error was: "support for password authentication was removed on August 13, 2021".
@BirushaNdegeya
@BirushaNdegeya 3 ай бұрын
I get this error. Your push would publish a private email address.
@shashanksingh4708
@shashanksingh4708 2 ай бұрын
is the authentication issue only for Linux ? I havent observed it when using Windows ..........
@HaloWolf102
@HaloWolf102 8 күн бұрын
7:46 Ctrl+V does not work for pasting the URL. After pressing that command, I get this pasted ^V in the terminal window of Ubuntu. Any suggestions?
@HaloWolf102
@HaloWolf102 8 күн бұрын
Ah the command is Ctrl+Shift+V
@mikveen3847
@mikveen3847 3 ай бұрын
it just isnt working for me
@sravani8666
@sravani8666 Жыл бұрын
Very clear explanation sir... But I didn't understand how to get the URL @16:38 Can you plz explain...
@plasmahvh
@plasmahvh 10 ай бұрын
why not just setup ssh?
@FangjieshiR
@FangjieshiR 4 ай бұрын
How , teach us plz
@shirakuyanai4095
@shirakuyanai4095 25 күн бұрын
@@FangjieshiRCheck out Hardware Haven's video on a budget home server (the thumbnail is a green motherboard). He has a very detailed tutorial on how to setup SSH, Samba, Plex and a Minecraft server.
@user-xl6kh3oq7x
@user-xl6kh3oq7x 2 ай бұрын
фигня, не работает
@Cat-zh6xx
@Cat-zh6xx 7 ай бұрын
shit
How to Install and Configure Git and GitHub on Windows 11
24:12
ProgrammingKnowledge
Рет қаралды 207 М.
I forced EVERYONE to use Linux
22:59
NetworkChuck
Рет қаралды 443 М.
Gli occhiali da sole non mi hanno coperto! 😎
00:13
Senza Limiti
Рет қаралды 18 МЛН
а ты любишь париться?
00:41
KATYA KLON LIFE
Рет қаралды 3,4 МЛН
КТО ЛЮБИТ ГРИБЫ?? #shorts
00:24
Паша Осадчий
Рет қаралды 2,2 МЛН
ISSEI & yellow girl 💛
00:33
ISSEI / いっせい
Рет қаралды 23 МЛН
Git Tutorial For Dummies
19:25
Nick White
Рет қаралды 1 МЛН
How To Install PostgreSQL on Ubuntu 22.04 LTS (Linux)
14:58
ProgrammingKnowledge
Рет қаралды 118 М.
60 Linux Commands you NEED to know (in 10 minutes)
10:50
NetworkChuck
Рет қаралды 1,5 МЛН
Using docker in unusual ways
12:58
Dreams of Code
Рет қаралды 440 М.
Git and GitHub for Beginners - Crash Course
1:08:30
freeCodeCamp.org
Рет қаралды 4,1 МЛН
Git and GitHub Tutorial for Beginners
46:19
Kevin Stratvert
Рет қаралды 1,3 МЛН
Gli occhiali da sole non mi hanno coperto! 😎
00:13
Senza Limiti
Рет қаралды 18 МЛН