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

Fail to update / sync #369

Closed
boydkelly opened this issue Jun 7, 2024 · 2 comments
Closed

Fail to update / sync #369

boydkelly opened this issue Jun 7, 2024 · 2 comments

Comments

@boydkelly
Copy link

I am on a slow 4G network and I get a lot of this on both sync and update.

Failed to update...
Failed to checkout...

Is there some kind of timeout happening that can be adjusted?

image
image

@mrcjkb
Copy link
Member

mrcjkb commented Jun 7, 2024

Hey 👋

We don't set any timeouts. You can check :Rocks log, but it's likely that the luarocks and git commands which are failing.
rocks.nvim does allow to override the luarocks config, but I don't know if there are any connection timeout configs you can set.
rocks-git just uses your git client.

@boydkelly
Copy link
Author

ok got it. @erichards baredot.nvim sets the GIT_DIR and GIT_WORK_TREE env vars, and this seems to cause the issue. I can just toggle baredot off. Thanks!!!

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