I use PythonGit to clone private repo with ssh and private key, (ref to gitpython-developers/GitPython#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.
I use PythonGit to clone private repo with ssh and private key, (ref to gitpython-developers/GitPython#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.