You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Successful download/install of gopls using modules.
What did you see instead?
go: golang.org/x/[email protected]: git -c protocol.version=0 fetch --unshallow -f https://go.googlesource.com/tools refs/heads/*:refs/heads/* refs/tags/*:refs/tags/* in /usr2/ps/isp/go/pkg/mod/cache/vcs/b44680b3c3708a854d4c89f55aedda0b223beb8d9e30fba969cefb5bd9c1e843: exit status 129:
error: unknown option `unshallow'
usage: git fetch [<options>] [<repository> [<refspec>...]]
or: git fetch [<options>] <group>
or: git fetch --multiple [<options>] [(<repository> | <group>)...]
or: git fetch --all [<options>]
-v, --verbose be more verbose
-q, --quiet be more quiet
--all fetch from all remotes
-a, --append append to .git/FETCH_HEAD instead of overwriting
--upload-pack <path> path to upload pack on remote end
-f, --force force overwrite of local branch
-m, --multiple fetch from multiple remotes
-t, --tags fetch all tags and associated objects
-n do not fetch all tags (--no-tags)
-p, --prune prune remote-tracking branches no longer on remote
--recurse-submodules[=<on-demand>]
control recursive fetching of submodules
--dry-run dry run
-k, --keep keep downloaded pack
-u, --update-head-ok allow updating of HEAD ref
--progress force progress reporting
--depth <depth> deepen history of shallow clone
go get: error loading module requirements
Looks like the version of Git that can be installed with CentOS 6.10 doesn't support unshallow.
The text was updated successfully, but these errors were encountered:
How feasible is it to upgrade CentOS versions on your development machines?
How feasible is it to instead install a more modern version of git on your development machines? Even if that might not be desirable, is it more feasible than upgrading CentOS itself?
What version of Go are you using (
go version
)?What operating system and processor architecture are you using (
go env
)?CentOS 6.10
go env
OutputWhat did you do?
go get -u golang.org/x/tools/gopls@latest
What did you expect to see?
Successful download/install of gopls using modules.
What did you see instead?
Looks like the version of Git that can be installed with CentOS 6.10 doesn't support
unshallow
.The text was updated successfully, but these errors were encountered: