Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to clone rag-solutions repository #96

Open
svelamur opened this issue Feb 22, 2024 · 1 comment
Open

Unable to clone rag-solutions repository #96

svelamur opened this issue Feb 22, 2024 · 1 comment

Comments

@svelamur
Copy link

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
Copy link

kknd4eva commented Feb 23, 2024

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants