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.
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
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
Great job Joshua... four years later and this is still helpful...
Excellent guide!
Thank you so much. I searched through Google. Nothing helps, but yours
Very good video. Nice and simple. Easy to follow. Make some content man.
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.
thanks buddy worked
Great video, cleared up alot with the keys!
Hey thanks there. this really helped me set up a connection btwn my ec2 instance and github
Great video, but now that I've connected AWS to Github, how do I run my ML programs on Github on AWS!?!
Feel like there needs to be more clarity at the end.. so next I can gitclone?
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
How can I do so>? It shows denial: Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
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.
Right? It ends on kind of a cliffhanger there!
bravo
worked for me on linux today
I added my SSH key but github is not asking for password authentication??
Can you read? That's the point of this.
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
A deploy key would be better...