git clone ASW codecommit

0

Im following https://aws.amazon.com/getting-started/hands-on/build-serverless-web-app-lambda-apigateway-s3-dynamodb-cognito/module-1/ facing issue on "Create a Git repository" on point "G". getting below error

"git clone https://git-codecomxxxx.us-east-1.amazonaws.com/v1/repos/wildrydes-site Cloning into 'wildrydes-site_new'... fatal: unable to access 'https://git-codecomxxxx.us-east-1.amazonaws.com/v1/repos/wildrydes-site/': The requested URL returned error: 403"

posta un anno fa13418 visualizzazioni
3 Risposte
0

The error message "fatal: unable to access 'https://git-codecomxxxx.us-east-1.amazonaws.com/v1/repos/wildrydes-site/': The requested URL returned error: 403" suggests that there is a problem with the authentication or authorization of your Git repository.

The 403 error code is an HTTP status code indicating that the client does not have permission to access the requested resource. This could be because the credentials you are using to access the repository are incorrect or because you do not have the necessary permissions to access the repository.

Here are a few things you can try to resolve this issue:

Check that you have entered the correct credentials when prompted to log in to the Git repository. Verify that you have the correct permissions to access the repository. Check that the repository URL is correct and that you are using the correct endpoint. Try to access the repository using the AWS CLI instead of the git clone command to see if you get the same error message.

con risposta un anno fa
  • Added "AWSCodeCommitPowerUser" to IAM console user and used authenticate a user by "HTTPS Git credentials for AWS CodeCommit" on git command.

0

Ensure you have correctly followed the instruction outlined in Setup for HTTPS users using Git credentials. When executing git clone the first time, you should be prompted to enter the username and password that have been generated for you.

AWS
ESPERTO
con risposta un anno fa
0

You must delete the keychain record on OSX if you recently rotated your CodeCommit credentials. Once done, it will ask for the new credentials.

con risposta 9 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande