git-lambda-layer
git-lambda-layer copied to clipboard
clone with ssh protocol hit issues
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: version GLIBC_2.25' not found (required by ssh)
fatal: Could not read from remote repository.
hope this can be get fixed soon. thanks.