From 99a70812a09f170cebf4445cc0421b3e46fdc62a Mon Sep 17 00:00:00 2001 From: Adam Gastineau Date: Thu, 19 Jun 2025 15:51:32 -0700 Subject: [PATCH] Fix tokenizers-sys to use HTTPS like other git clones --- scripts/dev_env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dev_env.sh b/scripts/dev_env.sh index 248b23d..751d83f 100755 --- a/scripts/dev_env.sh +++ b/scripts/dev_env.sh @@ -67,7 +67,7 @@ if ! $(docker image inspect $IMAGE_NAME > /dev/null 2>&1) || $FORCE_REBUILD; the fi if [ ! -d "$BUILD_DIR/tokenizers-sys" ]; then echo "Cloning tokenizers-sys..." - git clone git@github.com:FL33TW00D/tokenizers-sys.git $BUILD_DIR/tokenizers-sys + git clone https://github.com/FL33TW00D/tokenizers-sys.git $BUILD_DIR/tokenizers-sys cd $BUILD_DIR/tokenizers-sys git checkout 686f9341517ecac0d4afcdf48e4863242a3d3cde cd -