Error launching git

Hello,
I have created a new Repl to test a feature and wanted to use git to clone a remote repo.
And when i launch git it says :
git: /nix/store/s9qbqh7gzacs7h68b2jfmn9l6q4jwfjz-glibc-2.33-59/lib/libc.so.6: version `GLIBC_2.34’ not found (required by /nix/store/mdck89nsfisflwjv6xv8ydj7dj0sj2pn-gcc-11.3.0-lib/lib/libgcc_s.so.1)

Is it normal ? what can I do to use git in console or in pip install from git ?
Is it a new behaviour ?

Thanks

1 Like

Yes this happens a lot

but is there an error that will resolve it self ? or i must create another repl ?

Try adding the coreutils package VIA nix:

I’m trying that and I’ll check if it works better
thanks

1 Like

it is still not working i tried changing an account and also tried “pkg.coreutils” inside replit.nix.

guys this worked for me Adding nix package glibc causes error - #5 by dragonhunter1

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.