conwnet / github1s

One second to read GitHub code with VS Code.
https://github1s.com
MIT License
22.89k stars 871 forks source link

File system provider for github1s:/ is not available. #427

Closed rafaelsabino closed 2 years ago

rafaelsabino commented 2 years ago

Good afternoon. I tried to run it several times to simulate in a local environment, but I can't load files to edit. The message that the file system is unavailable always appears.

image

Another point that after running, I can't get the files from http://localhost:5000/'username/repository'

If I'm in a public domain will it work?

What am I missing here?

welcome[bot] commented 2 years ago

Hello there!πŸ‘‹ Welcome to the project!πŸ’– Thank you and congratsπŸŽ‰for opening your very first issue in this project.Be patient while we get back to you.πŸ˜„

github-actions[bot] commented 2 years ago

Hello there rafaelsabino πŸ‘‹

Welcome to github1s !!πŸ’–πŸ₯³

Thank you and congratulations πŸŽ‰ for opening your very first issue in this project. github1s fosters an open and welcoming environment for all our contributors.🌸

Incase you want to claim this issue, please comment down below! We will try to get back to you as soon as we can.πŸ‘€

Feel free to visit github1s.com. πŸ‘©β€πŸ’» If you have any interesting ideas, just open an issue. We would love to hear you and engage in discussions.

conwnet commented 2 years ago

hi @rafaelsabino ,how did you startup this project? The easy way is just run yarn && yarn watch. and there is no domain limit. please clear the local browser cache and try again.

rafaelsabino commented 2 years ago

This is not the problem. It cannot resolve any repositories. Even starting in incognito tab and clearing cache. Another point that seems to be some kind of permission or plugin that cannot execute commands from the palette to open files from the pc or read repositories. It is running normally, but without access to repositories or files. And I did the commands yarn && yarn watch mentioned above, but without success.

image

rafaelsabino commented 2 years ago

I finally got it. I believe I have written cache of old modules and was rendering wrong. I deleted the entire project and reconfigured everything. It worked out. Thanks!