EASY Way to Clone a GitHub Repository to Your Server (DigitalOcean droplet)

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ก.ย. 2024
  • Creating keys on your server, connecting GitHub, and cloning a repo to your server.
    Affiliate link, Get $200 to start a digital ocean account:
    m.do.co/c/fafb...

ความคิดเห็น • 36

  • @sovfren
    @sovfren ปีที่แล้ว

    Great Explainer. Been trying to understand how to pull my code from github into my venv. NICE WORK

  • @jonathanbrunel1468
    @jonathanbrunel1468 26 วันที่ผ่านมา

    Very helpful, thank you so much !

    • @PostdocLife
      @PostdocLife  26 วันที่ผ่านมา

      Glad it was helpful!

  • @mohamedtouijer8643
    @mohamedtouijer8643 11 หลายเดือนก่อน +1

    Thank you this was exactly what I needed !

    • @PostdocLife
      @PostdocLife  10 หลายเดือนก่อน +1

      Glad it was helpful!

  • @TrueMousse
    @TrueMousse 9 หลายเดือนก่อน

    Thank you for the explanation! Really appreciate it

    • @PostdocLife
      @PostdocLife  9 หลายเดือนก่อน

      Glad it was helpful!

  • @markusingvarsson2146
    @markusingvarsson2146 ปีที่แล้ว +1

    Thanks a lot Kamila!

  • @jzambrano1636
    @jzambrano1636 4 หลายเดือนก่อน

    Thanks

  • @cjrpascual
    @cjrpascual หลายเดือนก่อน

    my question is , after cloning it .. can we run the project now ?

    • @PostdocLife
      @PostdocLife  หลายเดือนก่อน

      if it's a web-app then no. You need to set up everything else (nginx, apache server, database etc..)

  • @nldkfp
    @nldkfp 10 หลายเดือนก่อน

    Great tutorial and thanks for the explanation! Once we'v made updates to the code on github and need to update the server code, do we need to folow SSH process again to "git pull" ?

    • @PostdocLife
      @PostdocLife  10 หลายเดือนก่อน

      Yes, that's correct

  • @hemantkumardas3333
    @hemantkumardas3333 ปีที่แล้ว

    Thanks, madam...

  • @CafeAsp
    @CafeAsp ปีที่แล้ว

    Good job!

  • @aldolammel
    @aldolammel 6 หลายเดือนก่อน

    Thanks, bae.

  • @sadmanyasar17
    @sadmanyasar17 8 หลายเดือนก่อน

    Thank you!

    • @PostdocLife
      @PostdocLife  8 หลายเดือนก่อน

      You're welcome!

  • @alan5126
    @alan5126 ปีที่แล้ว

    Gracias, fue de gran ayuda!!

  • @yunyang6267
    @yunyang6267 ปีที่แล้ว

    when you create a droplet, you can choose ssh key for authentication method. Is it possible to use that same ssh key for github repo

    • @PostdocLife
      @PostdocLife  ปีที่แล้ว

      depends where you connecting from to the github. The keys you use for droplet creation are your laptop/desktop ssh keys. I think github requires you to connect with ssh keys, so these are probably already there if you actively use GitHub. In this video, you create keys on your droplet and connect from your droplet (so using the ssh keys of your droplet).

  • @santanu8899
    @santanu8899 ปีที่แล้ว +1

    It helps😊

  • @armacaocomercialltda2349
    @armacaocomercialltda2349 ปีที่แล้ว

    Camila,
    estou usando o console do droplets.O github não aceita mais o clone mediando a password
    Tentei com o token mas não obtive sucesso

    • @PostdocLife
      @PostdocLife  ปีที่แล้ว

      I've tried to do it from console in a droplet but it seems like it does not allow copying there (but maybe I'm doing something wrong). I don't think I exactly understood what didn't work though. Can you tell?

  • @pilgrim3541
    @pilgrim3541 ปีที่แล้ว

    Does this method work for all servers?

    • @PostdocLife
      @PostdocLife  ปีที่แล้ว

      if they run Ubuntu, it should be.

    • @pilgrim3541
      @pilgrim3541 ปีที่แล้ว

      @@PostdocLife it worked. Thank you! 😊

  • @the-web-scraping-guy
    @the-web-scraping-guy ปีที่แล้ว

    So helpful! Thank you!