x/tools/cmd/go-contrib-init: needs updating #72773
Labels
help wanted
NeedsFix
The path to resolution is known, but the work has not been done.
Other
None of the above.
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
I'd like to contribute to https://go.googlesource.com/text. So I cloned the directory and ran (after registering and logging in)
go-contrib-init
and the resulting message is:
Current directory's git was cloned from "https://go.googlesource.com/text"; origin should be "https://go.googlesource.com/go"
Then I ran
go-contrib-init -repo=text
which responded:
The repo you want to work on is currently not on your system.
Run "go get -d golang.org/x/text" to obtain this repo
then go to the directory "/Users/patrick/go/src/golang.org/x/text"
following the instructions gives me:
So I don't know how to proceed. IMO the error message for the problem (go-contrib-init) I had in the first message should include the possibility to change the repo and the second error message (with go get -d) seems misleading.
This issue comes from: https://groups.google.com/g/golang-nuts/c/csZeSj65gbU
The text was updated successfully, but these errors were encountered: