mirror of
https://github.com/go-gitea/tea.git
synced 2026-07-01 21:03:59 -04:00
[GH-ISSUE #5] go get fails #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @noerw on GitHub (Dec 4, 2018).
Original GitHub issue: https://github.com/go-gitea/tea/issues/5
I cant download the package as suggested (
go get github.com/go-gitea/tea), it fails with the following error message:Doing
go get code.gitea.io/teaworks, but this package seems to not represent the current version from github.@noerw commented on GitHub (Dec 4, 2018):
Ok, I got my dev environment set up the following way. I suppose thats not the right way?
Then in each of the
tea,go-sdk,gitrepositories:code.gitea.io/sdkwithgithub.com/go-gitea/go-sdkcode.gitea.iowithgithub.com/go-giteathen run
go get -v -d ./again.@techknowlogick commented on GitHub (Dec 4, 2018):
@lunny I’m on mobile so I can’t check now but I think this can be solved
by adding a new redirect in the go-gitea/redirects repo
@techknowlogick commented on GitHub (Dec 4, 2018):
https://github.com/go-gitea/redirects/pull/44 hopefully fixes things
@techknowlogick commented on GitHub (Dec 5, 2018):
Closing due to related merge. Please re-open if things still don't work.
@noerw commented on GitHub (Dec 5, 2018):
Now I get the following error:
It seems that the code.gitea.io does not support sub-modules?
(It seems I can't reopen the issue)
go get failsto [GH-ISSUE #5] go get fails