git-lambda-layer icon indicating copy to clipboard operation
git-lambda-layer copied to clipboard

clone with ssh protocol hit issues

Open Sanyorke-Han opened this issue 4 years ago • 0 comments

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.

Sanyorke-Han avatar Jul 30 '21 05:07 Sanyorke-Han