Connecting Git to Github in 8 minutes

preview_player
Показать описание
This video attempts to distill down the git commands needed to connect a local git repository to a remote GitHub repo using a Persona Access Token.
Рекомендации по теме
Комментарии
Автор

I spent an hour trying to make it work searching, then i found this video - thank you for making this video. the personal access token was a game changer. such a concise, well-made video

robdunsmuir
Автор

I was just sick of having to log in every time I wanted to git push. Thank you very much, you are an awesome master and made my life so easier.

calvaguzmanalanalexis
Автор

This was awesome, thank you so much, I'm learning Java and I use my personal pc and my work pc, so using a GitHub repo saves me a lot of time as the code is centralized and I only need to updated it and push as I change machines :)

theBATfamiliar
Автор

That was a little jam in the beginning~! Thanks for your help 💕💕

yvettcodes
Автор

Thank you a verry Helpfull tuto ; i spent hours to login i did the "gh" command but i want to use git command ..Finaly you got me a great solution To it .

gigoplastinfo
Автор

when using git push origin main, i get these errors: remote: Permission to REPOSITORY.git denied to USER.
fatal: unable to access 'REPOSITORY': The requested URL returned error: 403. censoring repo and user

daefin
Автор

finally a useful video thank you so much

alexconklin-rnjd
Автор

Very helpful - thank you. It would make things easier to follow if you didn't clear the screen so quickly after every command.

vojmhfi
Автор

Bro you save my life thank you so much 🇧🇷

Ksorroo
Автор

your channel is great, with stylish flare. thanks!

hashkeeper
Автор

Vs code can help you connect with git without generating the acces token

mohamedfaresbenayed
Автор

git push -u origin main
fatal: protocol 'https' is not supported (What's the error), Please tell me

realisnotfalsefalseisnotre
Автор

It was helpul to start with, thanks!
My question is- If I am having my own repository in github and I have added it to my remote origin then is there any need to have a remote upstream URL?

SIDDHARTHSINGH-chfz
Автор

Cool trick, ive got a question though. when you use vim in gitbash, how did it work if you typed vi and not vim?

egorolender
Автор

still doesn't work for me... I followed your steps, was still prompted to input username and password when it was time to push, tried both password and token key, both failed

vincentchimdi
Автор

Well, This was nice and all but, you could have kept the video very short.

yourlinuxguy