aws-samples / amazon-bedrock-samples

This repository contains examples for customers to get started using the Amazon Bedrock Service. This contains examples for all available foundational models
https://aws.amazon.com/bedrock/
MIT No Attribution
375 stars 196 forks source link

Unable to clone rag-solutions repository #96

Open svelamur opened 4 months ago

svelamur commented 4 months ago

Tried to clone rag-solutions using the following command: git clone --depth 2 --filter=blob:none --no-checkout https://github.com/aws-samples/amazon-bedrock-samples && cd amazon-bedrock-samples && git checkout main rag-solutions/contextual-chatbot-using-knowledgebase

Getting the following error: error: unable to read sha1 file of rag-solutions/contextual-chatbot-using-knowledgebase/README.md (84148615badfddcd8dd778b1c8485ae44dab54e1) Unlink of file 'rag-solutions' failed. Should I try again? (y/n)

See below screenshot: clone_error

kknd4eva commented 4 months ago

Reporting the same issue.

API+JMatson@API440525936366 MINGW64 ~/source/repos/bedrock $ git clone --depth 2 --filter=blob:none --no-checkout https://github.com/aws-samples/amazon-bedrock-samples && cd amazon-bedrock-samples && git checkout main rag-solutions/contextual-chatbot-using-knowledgebase Cloning into 'amazon-bedrock-samples'... remote: Enumerating objects: 181, done. remote: Counting objects: 100% (181/181), done. remote: Compressing objects: 100% (143/143), done. remote: Total 181 (delta 9), reused 150 (delta 5), pack-reused 0Receiving objects: 81% (147/181) Receiving objects: 100% (181/181), 28.63 KiB | 229.00 KiB/s, done. Resolving deltas: 100% (9/9), done. remote: Enumerating objects: 1, done. remote: Counting objects: 100% (1/1), done. remote: Total 1 (delta 0), reused 0 (delta 0), pack-reused 0 Receiving objects: 100% (1/1), 7.05 KiB | 3.52 MiB/s, done. error: unable to read sha1 file of rag-solutions/contextual-chatbot-using-knowledgebase/README.md (84148615badfddcd8dd778b1c8485ae44dab54e1) Unlink of file 'rag-solutions' failed. Should I try again? (y/n)