Closed
Description
OS/Web Information
- Web Browser: Chrome, but N/A
- Local OS: Debian
- Remote OS: N/A
- Remote Architecture: N/A
code-server --version
: N/A
Steps to Reproduce
git clone [email protected]:cdr/code-server.git
Expected
the repository should be fully cloned without error
Actual
Cloning into 'code-server'...
remote: Enumerating objects: 2312, done.
remote: Counting objects: 100% (2312/2312), done.
remote: Compressing objects: 100% (1727/1727), done.
remote: Total 30415 (delta 459), reused 2280 (delta 442), pack-reused 28103
Receiving objects: 100% (30415/30415), 41.79 MiB | 23.91 MiB/s, done.
Resolving deltas: 100% (16240/16240), done.
git-lfs filter-process: line 1: git-lfs: command not found
fatal: the remote end hung up unexpectedly
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'
Notes
This issue can be reproduced in VS Code: No