cornelk / gitlab2gitea

Migration tool from GitLab to Gitea
MIT License
26 stars 8 forks source link

Install falis on MAC OS #5

Closed zaubererty closed 2 years ago

zaubererty commented 4 years ago
go get github.com/cornelk/gitlab2gitea
# github.com/cornelk/gitlab2gitea
../../go/src/github.com/cornelk/gitlab2gitea/main.go:154:9: assignment mismatch: 1 variable but gitea.NewClient returns 2 values
../../go/src/github.com/cornelk/gitlab2gitea/main.go:154:27: cannot use giteaToken (type string) as type func(*gitea.Client) in argument to gitea.NewClient
../../go/src/github.com/cornelk/gitlab2gitea/main.go:234:14: assignment mismatch: 2 variables but m.gitea.CreateMilestone returns 3 values
../../go/src/github.com/cornelk/gitlab2gitea/main.go:251:4: cannot use promoted field ListOptions.Page in struct literal of type gitlab.ListLabelsOptions
../../go/src/github.com/cornelk/gitlab2gitea/main.go:252:4: cannot use promoted field ListOptions.PerPage in struct literal of type gitlab.ListLabelsOptions
../../go/src/github.com/cornelk/gitlab2gitea/main.go:273:14: assignment mismatch: 2 variables but m.gitea.CreateLabel returns 3 values
../../go/src/github.com/cornelk/gitlab2gitea/main.go:358:13: assignment mismatch: 2 variables but m.gitea.CreateIssue returns 3 values
../../go/src/github.com/cornelk/gitlab2gitea/main.go:373:12: assignment mismatch: 2 variables but m.gitea.EditIssue returns 3 values
../../go/src/github.com/cornelk/gitlab2gitea/main.go:379:12: assignment mismatch: 2 variables but m.gitea.ReplaceIssueLabels returns 3 values
../../go/src/github.com/cornelk/gitlab2gitea/main.go:393:23: assignment mismatch: 2 variables but m.gitea.ListRepoMilestones returns 3 values
../../go/src/github.com/cornelk/gitlab2gitea/main.go:393:23: too many errors
go version
go version go1.15.3 darwin/amd64

mac OS version 10.15.7

cornelk commented 2 years ago

this is fixed in the current version