lambci / git-lambda-layer

A layer for AWS Lambda that allows your functions to use `git` and `ssh` binaries
MIT License
344 stars 40 forks source link

clone with ssh protocol hit issues #34

Open Sanyorke-Han opened 3 years ago

Sanyorke-Han commented 3 years ago

I use PythonGit to clone private repo with ssh and private key, (ref to https://github.com/gitpython-developers/GitPython/issues/725) and it told errors below:

ssh: /lib64/libc.so.6: version GLIBC_2.26' not found (required by ssh) ssh: /lib64/libc.so.6: versionGLIBC_2.25' not found (required by ssh) fatal: Could not read from remote repository.

hope this can be get fixed soon. thanks.