dominikh / go-mode.el

Emacs mode for the Go programming language
BSD 3-Clause "New" or "Revised" License
1.37k stars 209 forks source link

Can't install package from Melpa #378

Closed lackhoa closed 3 years ago

lackhoa commented 3 years ago

It gives this error:

Contacting host: melpa.org:80
package--with-response-buffer-1: http://melpa.org/packages/go-mode-20200822.1936.el: Not found
psanford commented 3 years ago

That looks like an issue with melpa, not go-mode.

The version you are trying to fetch is a few months old. Maybe try M-x package-refresh-contents to fetch new metadata.

If you are still having issues, the melpa project will be better able to assist you than we will.