Connecting to Github From Your EC2 Instance

Поделиться
HTML-код
  • Опубликовано: 3 дек 2024

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

  • @medim33
    @medim33 10 месяцев назад +2

    Great job Joshua... four years later and this is still helpful...

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

    Excellent guide!

  • @takdanaicheepsaritdipong9381
    @takdanaicheepsaritdipong9381 3 года назад

    Thank you so much. I searched through Google. Nothing helps, but yours

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

    Very good video. Nice and simple. Easy to follow. Make some content man.

  • @MrItsJesus
    @MrItsJesus 2 года назад +1

    For anyone wondering why they still get the prompt to login when doing git clone. It's because you are using the wrong adress to clone. In github you can when pressing the "Code" button-dropdown to get the cloning address choose between Https - SSH -GitHub CLI ( 10/16/2022 ). You are probably still using the Https clone when you should be using SSH. Copy the SSH and run clone with that and it should work.

  • @yusufal-qurashi3059
    @yusufal-qurashi3059 3 года назад

    Great video, cleared up alot with the keys!

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

    Hey thanks there. this really helped me set up a connection btwn my ec2 instance and github

  • @ericschlosser2773
    @ericschlosser2773 3 года назад +1

    Great video, but now that I've connected AWS to Github, how do I run my ML programs on Github on AWS!?!

  • @aaronbell759
    @aaronbell759 2 года назад

    Feel like there needs to be more clarity at the end.. so next I can gitclone?

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

    Hello,
    Very helpful but I am still very new to AWS
    I want to connect my GitHub actions to aws to run a .sh file that is located in one of the folders in aws.
    Can you please suggest. Thanks in advance

  • @haubanwong283
    @haubanwong283 2 года назад

    How can I do so>? It shows denial: Permission denied (publickey,gssapi-keyex,gssapi-with-mic).

  • @허스뱅의일상
    @허스뱅의일상 4 года назад +2

    Hi. I successfully followed your video. how about next step? I already did 'git clone' before. I want to update my django in github to AWS service.

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

    bravo

  • @dilbo-baggins
    @dilbo-baggins 3 месяца назад

    worked for me on linux today

  • @Tp_tpass
    @Tp_tpass 4 года назад +1

    I added my SSH key but github is not asking for password authentication??

    • @squeezeb58
      @squeezeb58 4 года назад

      Can you read? That's the point of this.

    • @dantedt3931
      @dantedt3931 4 года назад

      The password is not needed when you use SSH(‘Secured’ SHell).SSH is a more secured way to authenticate.
      superuser.com/questions/1526712/why-is-ssh-safer-than-https-on-direct-connections-to-a-git-repository-with-crede

  • @jeanlabroussiere5539
    @jeanlabroussiere5539 3 года назад

    A deploy key would be better...