I'm shaking rn. there is literally hundreds of videos about git but no one NO ONE show how to upload ONE SINGLE FILE. bro you are the best teacher ever existed on that world.
this is the best tutorial, I have been watching tutorials for github for 1 week now and I didn't understand how to update my projects till I watched your video. Thank you.
Hi! Thank you so much for this! I have looked everywhere for an easy explanation for this but everyone else makes it look sooo complicated. Thank you so much 🙏🏾
BROOO THANK YOU SO MUCH HOLY SHT. I GOT SO FRUSTRATED TRYING TO DO THIS FOR A PROJECT AND AFTER TWO HOURS OF LOOKING UP TUTORIALS THIS WAS THE ONE I FINALLY UNDERSTOOD. THANK YOUUUU
error: failed to push some refs to *repository link* hint: Updates were rejected because the remote contains work that you do hint: not have locally. This is usually caused by another repository pushing hint: to the same ref. You may want to first integrate the remote changes hint: (e.g., 'git pull ...') before pushing again. hint: See the 'Note about fast-forwards' in 'git push --help' for details.
In addition to this error, it does not accept my GitHub password after the step "git push -u origin main"! Do you know how to fix it? Terminal response: "remote: Support for password authentication was removed on August 13, 2021."
Dennis I have a doubt, I have been watching many of your series, and I wonder why don't you use pythonanywhere to deploy your Django projects, ok I know the issues with the domin, if that's the only case. I want to personally know, is it a good place to run my Django servers only for my software APIs, such as a app that runs in react native. Thank you
The project was not added. I followed each and every step carefully... Please help!! It says "Compare and Pull Request" after writing the command "git push -u origin master"
What if your file is too large to upload to GitHub? I create mods for a Game and my file folders are large and I keep getting an error trying to upload. Do you have a video on that?
Is it not possible to push files that exceed 2gb? I am getting a "fatal: the remote end hung up unexpectedly" error. Research seems to suggest the files are too big (14gb). So I guess I have to upload the project piece by piece? Who the hell has a project that is under 2gb these days
Worked up until the push where it said: hint: Updates were rejected because the tip of your current branch is behind hint: its remote counterpart. Integrate the remote changes (e.g. hint: 'git pull ...') before pushing again. hint: See the 'Note about fast-forwards' in 'git push --help' for details. Any advice?
Hey Dennis, i was following your proshop tutorial on udemy and i tried to push the proshop folder into github but got some issue with the frontend folder, it got stuck as a submodule and nothing was push up to gh, how do i change that
selfmade notes for future me and others : git init : make .git file git add . : add all files into .git git commit -m "msg" : update any changes, and adding them into the .git folder git branch -M branchName : set the name of the branch for your .git folder, this will be the branch that you will upload stuff to git remote add origin URL : tell git to look for this repository git push -u origin branchName : launch the whole thing onto Github , in that repo, in that branch
my command promp said; fatal: The request was aborted: Could not create SSL/TLS secure channel. what should I do? I give access it to my repo and typed my username and if i typed my password it said; remote: Support for paswword authentication was remove on August 13, 2021. and the proccess when I type 'git push -u origin main' was still the same
It does not accept my GitHub password after the step "git push -u origin main"! Do you know how to fix it? Terminal response: "remote: Support for password authentication was removed on August 13, 2021."
Don't forget to check out my Complete Django course: dub.sh/NvGboTI
I'm shaking rn. there is literally hundreds of videos about git but no one NO ONE show how to upload ONE SINGLE FILE. bro you are the best teacher ever existed on that world.
😊
0:46 @@Michaelonytnow
this is the best tutorial, I have been watching tutorials for github for 1 week now and I didn't understand how to update my projects till I watched your video. Thank you.
this gotta be one of the best tutorials that I've seen for git, very simple and straightforward
Does this mathod work with files larger than 100mb?
I watched 12+ tutorials and yours was the most straightforward and detailed one thanks.
i was losing my mind until I accidently found this video , thank you
i have to upload all my school work in a repository and I've been searching for days and by far this is the easiest way thank you so much!
This finally got me what I wanted. Very simple and straightforward. thanks alot
Ya its a good one thanks :). Could use a cooler thumbnail. First one clicked on had a cool thumb but terrible hard to understand voice lol
facts.
I never comment nor like videos on youtube, but I gotta say, this is the only video that helped me out. Thank you!
You literally just showed me more in a 12 minutes than the past 3 weeks of school lmaoo
thank you
your videos never disappoints me, always straight to the point, no confusing or whatsoever. thankyou
Can any body be of help? How to solve my git no username and mail
Thank you sir. crystal clear, just straight forward to the point. keep up the good work, may god bless you and guide you helping others.❤
I struggled to push files to github for several weeks but you made it easy💪
Hi! Thank you so much for this! I have looked everywhere for an easy explanation for this but everyone else makes it look sooo complicated. Thank you so much 🙏🏾
BROOO THANK YOU SO MUCH HOLY SHT. I GOT SO FRUSTRATED TRYING TO DO THIS FOR A PROJECT AND AFTER TWO HOURS OF LOOKING UP TUTORIALS THIS WAS THE ONE I FINALLY UNDERSTOOD. THANK YOUUUU
Simple and straightforward. The best tutorial. Thank you!!
Very clear explanation in a short video. Your videos are always awesome 👍❤
Does this work with files larger than 100mb?
15 minutes and my first repo uploaded. Ace video. Thanks😊
new to github here, sir you are amazing , short video thanks for that, right to the point
Finally , after watching a lot of tutorial videos this one is easy for me to learn .
Great and concise, and just enough extra detail. Thank you!
Thanks so much sir
Simple, clear, to the point. Thanks Dennis!
Thanks so much! I'm new to github so I always have to look up these things still, but this tutorial puts it together quite nicely.
thanks lots!! this is a great tutorial, simple and clear. idk why i couldnt follow with other tutorials.
superb explanation bro. even github cant explain like this
Thanks for the help lad...i was searching for hours but i found this tutorial helpful 👍
I was struggling sooo much and this really helped thank you!!!!!
I cannot thank you enough!, This was a very straight forward tutorial.
Looking forward to more tutorials from you.
Thanks for the video. It help me a lot while publishing my first repository
Thanks a lot Dennis, finally I solved git problem. Respect and love from my heart…
Tq sir it's really helpful to me..❤️❤️
Lots of love from India
Wow, this is awesome. Can't believe I could push my project into Github within 10 minutes.
Thanks so much. This tutorial has helped me in creating my first repository
error: failed to push some refs to *repository link*
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
In addition to this error, it does not accept my GitHub password after the step "git push -u origin main"! Do you know how to fix it?
Terminal response: "remote: Support for password authentication was removed on August 13, 2021."
Thanks for giving this detailed explanation. It got me started up.
The video I am coming back to whenever I want to upload a project, cuz I forget this every single time
kudos. Finally! The only video anyone needs to start github!
2:20 I’m on chrome OS and it isn’t working.
Can someone explain to me why?
thank you.
nice one sir I could''nt say no to subscribing to such a good chanel
Thank you so much for this. I appreciate you. God Bless you. ❤️
Now I feel confident in uploading my projects to GitHub.
It's a great explanation...simple and to the point... 👍🏽
thank you sir for explaining everything in a very clear way
The tutorial that works this is insane.
Simply amazing! It would be a great video for those who are starting with git!
Thank you for the informative video in a simplistic manner !
I love this video😊, thank you so much ❤. This happens to be the best explained video ever 🔥
Made it look like child's play!
Thanks Man!
You are a life and time saver bro, very easy to follow
Thanks dude. Proper info. ot it working for me. You are a champ!
Thank you!! This is the answer I've been looking for
Waiting for react tutorial,
You teach best 😊
Thanks a lot! It's daunting as a noob but your tutorial is super helpful.
Thank you, it is very clearly and simple of your steps.
Dennis I have a doubt, I have been watching many of your series, and I wonder why don't you use pythonanywhere to deploy your Django projects, ok I know the issues with the domin, if that's the only case.
I want to personally know, is it a good place to run my Django servers only for my software APIs, such as a app that runs in react native.
Thank you
Best tuto. Thankful brother because my commits didn't sync.
thank you very much finally I got what I needed pls make session on how to import SQL project script into github repository
Thank you very much Dennis for this video ❤
Thank you so much...Very simple and straightforward. hats off you..
Hey your desktop wallpaper is very cool.
What is the name of that picture?
Kindly please share it.
Dennis - Thanks much! That was highly helpful!
Awesome explanation, so easy and clear
Keep going Dennis, you are a great teacher❤🌸✌
Finally understood the process, thank you
when you push to GitHub, does it overwrite files with the same names?
Does this work with files larger than 100mb?
Thank you so much for your efforts. Found this very useful!!
So useful Video and straight forward
Easy to understand
Thanks a lot
You made everything so simple thank you
What is the difference between this and uploading the files from our pc to github just selecting them?
Very easy to understand crisp and clear
Great video! So simple and effective.
Ive recently got a new computer and is trying to connect to my repo, but it isnt working. What do i do?
This helped me a lot sir, thank you very much.❤
what happens if I change or add things to the code files? will it be automatically updated in github?
The project was not added. I followed each and every step carefully... Please help!! It says "Compare and Pull Request" after writing the command "git push -u origin master"
hey, I did the same and my folder inside my repo in github appears more gray than the README file. I don't have an other .git folder inside it.
Much appreciated man ! super straightforward!
Thank you very much for this video, it was really helpful
What if git version is running on git bash and git cmd but not on cmd(default one) ? Is it said to be properly installed?
What if your file is too large to upload to GitHub? I create mods for a Game and my file folders are large and I keep getting an error trying to upload. Do you have a video on that?
Is it not possible to push files that exceed 2gb? I am getting a "fatal: the remote end hung up unexpectedly" error. Research seems to suggest the files are too big (14gb). So I guess I have to upload the project piece by piece? Who the hell has a project that is under 2gb these days
Worked up until the push where it said:
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Integrate the remote changes (e.g.
hint: 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
Any advice?
Give us a concise react tutorial please. Meanwhile I appreciate your love for impacting people. kudos
can you please let me know the model of your microphone which is using this video. Thank you
Hey Dennis, i was following your proshop tutorial on udemy and i tried to push the proshop folder into github but got some issue with the frontend folder, it got stuck as a submodule and nothing was push up to gh, how do i change that
Thanks for explanation!
thank ive been at this for days lol nothing would explain properly
i wish we still had that login screen the new one sucks
amazing and brief as usual ty so much
It helped me a lot, thank you 🙏
Благодаря ти за подробните обяснения!
Thank You so much for this one. May God Bless You.
Thank you for This Awesome Tutorial!
selfmade notes for future me and others :
git init :
make .git file
git add . :
add all files into .git
git commit -m "msg" :
update any changes, and adding them into the .git folder
git branch -M branchName :
set the name of the branch for your .git folder, this will be the branch that you will upload stuff to
git remote add origin URL :
tell git to look for this repository
git push -u origin branchName :
launch the whole thing onto Github , in that repo, in that branch
my command promp said;
fatal: The request was aborted: Could not create SSL/TLS secure channel.
what should I do? I give access it to my repo and typed my username and if i typed my password it said;
remote: Support for paswword authentication was remove on August 13, 2021.
and the proccess when I type 'git push -u origin main' was still the same
thank you so much! it very easy to do
It does not accept my GitHub password after the step "git push -u origin main"! Do you know how to fix it?
Terminal response: "remote: Support for password authentication was removed on August 13, 2021."
Nice work. However, I got this error "error: failed to push some refs to..." what might be the problem
thank you sir such a nice explanation
thank you, this video was very useful