micro
micro copied to clipboard
Plugin error
Description of the problem or steps to reproduce
I installed the micro editor using snap on my Linux-based google cloud instance, and then tried to install comment plugin by entering the command 'plugin install comment'. But, then I got the following error message:
Failed to query plugin channel: Get https://raw.githubusercontent.com/micro-editor/plugin-channel/master/channel.json: dial tcp: lookup raw.githubusercontent.com on [::1]:53: dial udp [::1]:53: socket: permission denied
I would appreciate it if anyone could help me with this issue.
It seems like this isn't really an issue with micro. Are you able to download things from your cloud instance? I'm not sure how snap works but are you running micro from a Docker container or something that might be restricting it from downloading files from the internet?
Yes, I can usually download things from my cloud instance. Also, I am not using Docker or things like that..
Same thing on Android/Termux. Internet works fine for other commands (curl/wget, my Go programs).