Git push in aws devoloper in us-east-2

0

port 22: no matching host key type found. their offer: ssh-dss when i am using git clone (ssh clone repository) and also problem in git push origin --all

asked 2 years ago224 views
1 Answer
0

The description of the error you are facing is a bit vague but it looks like you are having issues pushing to a Git repository in AWS CodeCommit. Step by step instructions for setting up an SSH connection to a CodeCommit repository can be found here. Based on the error, in Step3: Configure credentials on Linux, macOS, or Unix, you have likely missed step 8 where the config file is setup.

AWS
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions