Skip to content

Unable to use git over https #1

@brondibur

Description

@brondibur

Hi @mLupine
Firstly, thanks for creating this layer compatible with arm64 architecture.

I am trying to use the git clone https://x-access-token:<token>@github.com/owner/repo.git command on an arm64 lambda for Node.js using the arn:aws:lambda:us-east-1:110966697890:layer:lambda-git-arm64:1 layer but I'm getting the following error:

git: 'remote-https' is not a git command. See 'git --help'

This command works correctly on x86 architecture lambdas with LambdCI's layer but shows the same error with arn:aws:lambda:us-east-1:110966697890:layer:lambda-git-x86_64:1 layer.

I tried investigating and found that this is probably due to (lack of) libcurl. Please see the following links for reference:

Can you please push a fix for this or suggest a workaround that I can implement myself for this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions