How to Download Files from Github: 4 Easy Methods

Поделиться
HTML-код
  • Опубликовано: 31 июл 2024
  • Quickly Learn FOUR different ways to download files from GitHub in just a few minutes! Simple and to the point.
    Are you new to coding or want to find cool software on the web? GitHub is a website where developers can share their code with the world, and if you've never used it before, there's one huge problem: how do you download the stuff?
    In this video, we'll show you four different ways to download files from Github, and the benefits and downsides of each approach.
    The first method is called the "raw file" method, which is great if you just found a single file and you want a copy of it. The second is the "release download" option, which allows you to download a whole codebase and in some cases a working version of the compiled program for a specific version number of the project.
    The next two methods require Git, which is a tool that developers use to track changes and collaborate on software projects.
    The third method is called "cloning," which allows you to pull down the entire repo to your computer, while the fourth method is "forking," which lets you create your own copy of someone else's project.
    These last two methods are what you should do if you are a developer or learning to write code, as they will be an essential skill in your day-to-day life. Check out the video to learn more!
    #git #github #learntocode #opensource
    As promised, here are the links for how to download and install Git
    Installing Git: git-scm.com/book/en/v2/Gettin...
    Getting a free GitHub account: github.com/signup
    Setting up an SSH key for GitHub: docs.github.com/en/authentica...
    =======================================
    I get a lot of questions about my gear so I've created a few lists of the stuff I use. These are affiliate links. If you click and literally buy anything, it helps support the channel! Thank you.
    Here's a link to my home office gear: kit.co/AskCloudArchitech/my-h...
    Here's a link to my youtube "studio" gear: kit.co/AskCloudArchitech/yout...
    =======================================
    My website for written versions of these vids: askcloudarchitech.com
    ==============================================================
    00:00 - Intro
    00:46 - Download raw files from GitHub
    01:27 - Download a release from GitHub
    02:27 - Github and git overview
    03:00 - What you need to use git and GitHub
    03:38 - Cloning a GitHub repository
    04:54 - Fork and clone a GitHub repository
    06:14 - Purpose of forking a Github repository
  • ХоббиХобби

Комментарии • 74

  • @egeyetkin6976
    @egeyetkin6976 Год назад +3

    Amazing video thanks for the efforts!

  • @ramiworkstation
    @ramiworkstation 5 месяцев назад

    Nice one. Thank you

  • @maticpodobnik
    @maticpodobnik 2 месяца назад +2

    Thanks dude. I had no idea how this first worked even though i am pretty smart on the computer side 😅

  • @ders3476
    @ders3476 8 месяцев назад +2

    one of the best guide video i have ever seen. i havent passed preparation class yet, however i understand all the video

  • @starship1701
    @starship1701 Год назад +15

    The first video I watched was the one about how to contribute to open source. I was super confused. I definitely needed this

  • @we-are-electric1445
    @we-are-electric1445 8 месяцев назад

    That was a really helpful video.

  • @sadc0rn693
    @sadc0rn693 5 дней назад

    Awesome video bro

  • @wilsonez2
    @wilsonez2 6 месяцев назад +1

    thanks, second method works really well

  • @abhijeet6989
    @abhijeet6989 6 дней назад

    Thank you very much.

  • @aja363
    @aja363 7 месяцев назад +1

    You're God sent!🫡Thank you for all the help. Super articulate! Any tips to what you do to sound this way would be helpful too!

    • @LearnFastMakeThings
      @LearnFastMakeThings  7 месяцев назад

      You’re welcome! Making these videos and presenting with good audio and delivery takes practice and hardware. A decent mic and a teleprompter go a long way. For these longer vids I script them out from end to end and then just try not to look like I’m staring at a screen the whole time

  • @user-tq9vc6tj3f
    @user-tq9vc6tj3f Год назад

    thank you

  • @temxasremd
    @temxasremd 29 дней назад

    Legendary dude

  • @HellFire26
    @HellFire26 Год назад

    thx for the help :)

  • @user-ni6iq1uf2o
    @user-ni6iq1uf2o Год назад +1

    thx bro

  • @LUUCAAAAASSS
    @LUUCAAAAASSS 2 месяца назад

    AMAZING

  • @gabrieledwards2321
    @gabrieledwards2321 7 месяцев назад

    Thanks!

  • @StreamMovieYT
    @StreamMovieYT 6 месяцев назад

    TY

  • @zeshananwer3543
    @zeshananwer3543 9 месяцев назад

    helpful

  • @renega991
    @renega991 Месяц назад

    Amazingly clear instruction.
    Is there another video to explain a case where the project asks you to "Note: These are seperate requirements that are not installed with the pip command! You will need to download and install these manually!"?

    • @LearnFastMakeThings
      @LearnFastMakeThings  Месяц назад

      Yeah that’s going to be just more of the same. You will need to find each of those projects and install them based on their instructions.

  • @yrova2208
    @yrova2208 6 месяцев назад

    thanks man

  • @ClassicCap
    @ClassicCap 5 месяцев назад

    nice

  • @ericray7173
    @ericray7173 2 месяца назад +1

    Remember when you just downloaded one file called “exe” and it was the whole program? Ya I miss that.

  • @paradoxmelon44
    @paradoxmelon44 Месяц назад

    thank you so much now i can play minecraft hypixel skyblock again!

  • @zeroclockgaming
    @zeroclockgaming Месяц назад

    all I want is to use IPC tool...so I go to the github, select the "the link" to download latest build...and I get this file that I ahve no idea what to do with....I jsut want to install the program.

    • @LearnFastMakeThings
      @LearnFastMakeThings  Месяц назад

      I looked at the repo. The link downloads the actual program. The instructions on how to use it are in the readme. It’s a terminal command line tool so you probably need a Linux OS or windows WSL to run it.

  • @dreambreakerremixfactoryof6160
    @dreambreakerremixfactoryof6160 6 месяцев назад

    Whenever I tried to download a .exe file I get the message " Download Failed Authorization required " how do I fix this

    • @LearnFastMakeThings
      @LearnFastMakeThings  6 месяцев назад

      So I’m not a windows user, but this sounds like windows trying to “protect you”

  • @dunklehaxir8228
    @dunklehaxir8228 9 месяцев назад

    is there a way to download full commit with one click?

    • @LearnFastMakeThings
      @LearnFastMakeThings  8 месяцев назад

      A commit is not really something you download. Are you looking to check out a commit using git?

  • @proteus1
    @proteus1 10 дней назад

    what about just grabing a folder that has files. How is that achived?

    • @LearnFastMakeThings
      @LearnFastMakeThings  9 дней назад

      You can’t really just download a specific folder. You would need to use git to clone the repo then just get the files you need

  • @LightningEthan
    @LightningEthan 3 дня назад

    i feel like this is wayyy more complicated than it needs to be

  • @phillipevans6448
    @phillipevans6448 11 месяцев назад

    I've downloaded it. How do I run it?

    • @LearnFastMakeThings
      @LearnFastMakeThings  11 месяцев назад +1

      Every project is different. You should read the readme file in the root folder of the project for instructions.

  • @usamalabanieh9623
    @usamalabanieh9623 4 месяца назад

    music in the background?

    • @LearnFastMakeThings
      @LearnFastMakeThings  2 месяца назад

      ruclips.net/video/Yg9c4I8bS-Y/видео.htmlsi=R-n-9eVmOGTkK3sC

  • @lolekacdc5497
    @lolekacdc5497 3 месяца назад +1

    i still dont know how to dawnload a software from git hub

  • @adrianpajak4171
    @adrianpajak4171 11 месяцев назад

    How can i turn it on?

    • @LearnFastMakeThings
      @LearnFastMakeThings  10 месяцев назад

      You mean run a project you pulled? They are all different. You should start by reading the readme.me file. It usually has instructions.

  • @JourneymanJacob
    @JourneymanJacob Год назад

    I love you

  • @ronsmith2993
    @ronsmith2993 4 месяца назад

    You lost me at 4:00 in. There is no little 'copy' button. It tells me that I have no SSH key assigned to my account but I could try HTTPS. So, I went from SSH and clicked on HTTPS and clicked on not a 'copy' button but a 'copy to clip board' button, which I never understood what and where this clip board is. That's as far as I got. Fail

    • @LearnFastMakeThings
      @LearnFastMakeThings  4 месяца назад +1

      The clipboard is just your computers clipboard. Like when you copy and paste.

    • @ronsmith2993
      @ronsmith2993 4 месяца назад

      Customer Support has helped me get SDR++ installed, but now that I have it on my iMac there's no sound.This is one of my hardest installs ever. Thanks for your response.@@LearnFastMakeThings

  • @mikeybello5531
    @mikeybello5531 Месяц назад

    what if there is not SSH option

    • @LearnFastMakeThings
      @LearnFastMakeThings  Месяц назад

      You need to be signed in to have the SSH option. You also need a SSH key set up.

  • @lakkchina
    @lakkchina 2 месяца назад

    I didn't get anything. Where is the damn link to download the entire project!!

    • @LearnFastMakeThings
      @LearnFastMakeThings  Месяц назад

      if there are no packages release, use the last method mentioned in the video. use the git command line tool. this is really what github was intended for.

  • @packrat2113
    @packrat2113 Год назад

    Thx... makes me feel stupid, lol.

  • @KlumoseeVR
    @KlumoseeVR 7 месяцев назад +5

    I play mobile and a VR😢

    • @RSMR029
      @RSMR029 19 дней назад +1

      Ok?

    • @M4Media22
      @M4Media22 4 дня назад

      Who asked

    • @RSMR029
      @RSMR029 День назад

      @@M4Media22 who asked in 2024? Thats crazy

  • @dankturnal5889
    @dankturnal5889 3 месяца назад

    Hell naw😂 ill find another way to download steam rom manager

  • @ellisgarvin
    @ellisgarvin 2 месяца назад

    I'm just trying to download the latest release of something, I've watched half this video and skimmed the rest, and it's still not clear to me. As someone who has made a beginner's tutorial before, that many users still had difficulty with, it's fascinating how difficult it is to present information to a total beginner when we're extremely familiar with it.

  • @firdhowsmsy1677
    @firdhowsmsy1677 Год назад

    i just following your videos but i couldn't download the single yml file 🥲RAW option i have tried i click on the RAW & ⬇ download there is no move Do u have any idea????

    • @LearnFastMakeThings
      @LearnFastMakeThings  Год назад +1

      After you click on raw does it open in the browser as the raw file? If so, go to file->save as and save the raw file