Intellipaat Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in DevOps and Agile by (29.3k points)

Whenever I start AWS CodeBuild I get this type of error every time. please help.

DOWNLOAD_SOURCE Failed 3 mins, 2 secs

Get https://github.com/themithunbiswas/test-repo.git/info/refs?service=git-upload-pack: dial tcp 192.30.253.113:443: i/o timeout

1 Answer

0 votes
by (50.2k points)

The following error message indicates that your build doesn't have internet connectivity.

 If you are setting up a project with VPC config, please check your VPC settings.

Refer: https://docs.aws.amazon.com/codebuild/latest/userguide/vpc-support.html

Goto Troubleshooting Your VPC Setup section to verify your vpc settings or you can also click the validate vpc button on the build to validate vpc settings.

Another scenario is your code build doesn’t have the appropriate permission for accessing code.

For that case you all need to use a wizard to create this code, then it automatically allows the permissions to it.

Browse Categories

...