-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Can't git clone code-server #3091
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
Comments
Follow up: I can run However, that also fails because $ ./ci/dev/postinstall.sh
./ci/lib.sh: line 13: jq: command not found |
Installed
|
Wow. create
Looks like I won't be working on #1964 after all. Pity. |
Hey there! 👋 Sorry about the challenges of getting a development environment set up for code-server, that's definitely not the experience that we want. We're working on making things better, and issues like yours help us with that, so thanks for sharing the feedback! I'm not one of the primary maintainers for code-server, so I'm not entirely sure about it, but the git-lfs error looks like it's because we're using large file storage for something, so it looks like the existing repository expects it to be installed beforehand? Can you try running through these install steps and cloning again? https://git-lfs.github.com/ Also, if you haven't seen it already, our contributor guide describes how to build, I think this runs things inside a Docker container to help reduce the environment issues. Lastly I'd also like to welcome you to our Coder Community Slack: https://community.coder.com/ - in particular we have a #code-server channel and would love to discuss with you over there! I'm sorry that you're having these issues but we'd love to help you troubleshoot as we certainly value your contributions 😄 |
Thanks for the additional pointer to the contributor guide. I'll go through that. |
While I tried Docker-based build. I see
A fair bit during the Unfortunately, the server doesn't respond after the CI
but
|
The 500 error I get with straight
with the terminal log [Error: ENOENT: no such file or directory, open '/usr/local/google/home/kaster/Documents/code-server/lib/vscode/out/vs/server/entry.js'] {
errno: -2,
code: 'ENOENT',
syscall: 'open',
path: '/usr/local/google/home/kaster/Documents/code-server/lib/vscode/out/vs/server/entry.js',
phase: 'loading',
moduleId: 'vs/server/entry',
neededBy: [ '===anonymous1===' ]
} |
With
|
This worked (vscode build took a long time but I guess that's expected):
followed by
So I can see my last session from the installed
and also
but only being able to run the release without being able to step through what's going on when I use I was too optimistic with the amount of time setup would take, and I don't really have any time left now to work further on this. I hope my play-by-play commentary helps someone else, though. |
I'm sorry this was so difficult. We'll need to take your commentary and improve the process. The 500 error after |
Good to know. I appreciate the responsiveness for sure! I'll wait longer for the |
That makes sense! We can definitely do that. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no activity occurs in the next 5 days. |
OS/Web Information
code-server --version
: N/ASteps to Reproduce
git clone [email protected]:cdr/code-server.git
Expected
the repository should be fully cloned without error
Actual
Notes
This issue can be reproduced in VS Code: No
The text was updated successfully, but these errors were encountered: