video-srt icon indicating copy to clipboard operation
video-srt copied to clipboard

go get 不成功

Open small-tk opened this issue 4 years ago • 4 comments

go get 不成功

small-tk avatar Mar 06 '20 13:03 small-tk

同不成功

lhrkkk avatar May 01 '20 21:05 lhrkkk

提示
package github.com.wxbool/video-srt/videosrt: unrecognized import path "github.com.wxbool/video-srt/videosrt" (https fetch: Get https://github.com.wxbool/video-srt/videosrt?go-get=1: dial tcp: lookup github.com.wxbool: no such host)

lhrkkk avatar May 01 '20 21:05 lhrkkk

源码写错了,改成 github.com/wxbool/video-srt/videosrt

crashiers avatar May 11 '21 10:05 crashiers

源码写错了,改成 github.com/wxbool/video-srt/videosrt

改了还是一样。。上github 网页没啥问题

[kearney@xx video-srt]$ go run main.go video.mp4
go: github.com/Unknwon/[email protected]: missing go.sum entry; to add it:
        go mod download github.com/Unknwon/goconfig
go: github.com/Unknwon/[email protected]: missing go.sum entry; to add it:
        go mod download github.com/Unknwon/goconfig
[kearney@xx video-srt]$  go mod download github.com/Unknwon/goconfig
^Xgo: github.com/Unknwon/[email protected]: Get "https://proxy.golang.org/github.com/%21unknwon/goconfig/@v/v1.0.0.info": dial tcp 142.251.42.241:443: i/o timeout
[kearney@xx video-srt]$ [200~go get -u  github.com/wxbool/video-srt/videosrt~
bash: [200~go:未找到命令
[kearney@xx video-srt]$ go get -u  github.com/wxbool/video-srt/videosrt
go: github.com/Unknwon/[email protected]: Get "https://proxy.golang.org/github.com/%21unknwon/goconfig/@v/v1.0.0.mod": dial tcp 142.251.42.241:443: i/o timeout
[kearney@xx video-srt]$ 

BackMountainDevil avatar May 02 '22 09:05 BackMountainDevil