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
The Go 1.11 "go get" with modules is using the fetch command to grab the latest packs from the origin repository. In particular, it needs the "-f" flag and the ability to specify multiple groups like git fetch -f origin refs/heads/_:refs/heads/_ refs/tags/_:refs/tags/
The text was updated successfully, but these errors were encountered:
The Go 1.11 "go get" with modules is using the fetch command to grab the latest packs from the origin repository. In particular, it needs the "-f" flag and the ability to specify multiple groups like
git fetch -f origin refs/heads/_:refs/heads/_ refs/tags/_:refs/tags/
The text was updated successfully, but these errors were encountered: