Summary
The Quickstart section of the README uses an incorrect clone URL:
git clone https://github.com/XortexLabs/xmem.git
The org XortexLabs does not exist, as it's been renamed to XortexAI, so this command fails immediately with repository not found in the terminal while cloning git repository.
The correct URL should be:
git clone https://github.com/XortexAI/XMem.git
Steps to Reproduce
- Follow the README Quickstart
- Run
git clone https://github.com/XortexLabs/xmem.git
- Fatal error: repository not found
Expected Behavior
The clone command works and drops the contributor into a local copy of the repo.
Fix
Update the clone URL in README.md to point to https://github.com/XortexAI/XMem.git
Summary
The Quickstart section of the README uses an incorrect clone URL:
The org
XortexLabsdoes not exist, as it's been renamed toXortexAI, so this command fails immediately withrepository not foundin the terminal while cloning git repository.The correct URL should be:
Steps to Reproduce
git clone https://github.com/XortexLabs/xmem.gitExpected Behavior
The clone command works and drops the contributor into a local copy of the repo.
Fix
Update the clone URL in README.md to point to
https://github.com/XortexAI/XMem.git