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

can't find package in MELPA #436

Open
VincentTam opened this issue May 15, 2023 · 1 comment
Open

can't find package in MELPA #436

VincentTam opened this issue May 15, 2023 · 1 comment

Comments

@VincentTam
Copy link

Describe the bug
I followed the instructions in README: M-x package-install [RET] lsp-java [RET], but it returns no matches.

Note
Before logging the bug please make sure that the issue is reproducible with latest melpa packages and it is reproducible with the clean config(the config from the getting started page.

To Reproduce
M-x package-install [RET] lsp-java [RET]

Expected behavior
install this package

Screenshots

230515-lsp-java

Logs
Please include the debug stack trace (if there is an error) and the content of Messages buffer with lsp-print-io set to t in case the bug is related to client->server communication.

@sincebyte
Copy link

CleanShot 2023-05-18 at 20 06 30
Maybe it's case by your package-archives setting. use mine setting and have a try.

(setq package-archives '(( "gnu"    . "http://mirrors.tuna.tsinghua.edu.cn/elpa/gnu/"   )
                         ( "org-cn" . "http://mirrors.tuna.tsinghua.edu.cn/elpa/org/"   )
                         ( "melpa"  . "http://mirrors.tuna.tsinghua.edu.cn/elpa/melpa/" )))

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