GopeedLab / gopeed

A modern download manager that supports all platforms. Built with Golang and Flutter.
https://gopeed.com
GNU General Public License v3.0
14.69k stars 1.08k forks source link

go方式安装报错 #552

Closed toss-a closed 1 month ago

toss-a commented 1 month ago

Description(required)

使用Gopeed文档说明进行安装报错 使用命令 go install github.com/GopeedLab/gopeed/cmd/gopeed@latest 提示 go: downloading github.com/GopeedLab/gopeed v1.5.7 go: github.com/GopeedLab/gopeed/cmd/gopeed@latest (in github.com/GopeedLab/gopeed@v1.5.7): The go.mod file for the module providing named packages contains one or more replace directives. It must not contain directives that would cause it to be interpreted differently than if it were the main module.

App Version(required)

v1.5.7

OS Version(required)

Ubuntu 24.04

Snapshots

Log

go版本为 go version go1.22.2 linux/amd64

monkeyWie commented 1 month ago

主干上已经修复了,试试 go install github.com/GopeedLab/gopeed/cmd/gopeed@main