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
go install codeberg.org/neochine/gonix@latest
warning: GOPATH set to GOROOT (/opt/go) has no effect
go: codeberg.org/neochine/gonix@latest: codeberg.org/neochine/gonix@v0.0.1: invalid version: git fetch -f origin refs/heads/:refs/heads/ refs/tags/:refs/tags/ in /opt/go/pkg/mod/cache/vcs/ccc416ebf798b6d69afbb3ffa29b6559b233b8aac716cdb17a6ad00f5566b67c: exit status 128:
fatal: mismatched algorithms: client sha1; server sha256
What did you see happen?
Error
What did you expect to see?
Install successfully. Re initialized project with sha1 and now its installable, since project initilazed with git init --object-format=sha256 is not
Go version
go version go1.23.2 linux/amd64
Output of
go env
in your module/workspace:What did you do?
go install codeberg.org/neochine/gonix@latest
warning: GOPATH set to GOROOT (/opt/go) has no effect
go: codeberg.org/neochine/gonix@latest: codeberg.org/neochine/gonix@v0.0.1: invalid version: git fetch -f origin refs/heads/:refs/heads/ refs/tags/:refs/tags/ in /opt/go/pkg/mod/cache/vcs/ccc416ebf798b6d69afbb3ffa29b6559b233b8aac716cdb17a6ad00f5566b67c: exit status 128:
fatal: mismatched algorithms: client sha1; server sha256
What did you see happen?
Error
What did you expect to see?
Install successfully. Re initialized project with sha1 and now its installable, since project initilazed with git init --object-format=sha256 is not
Reproduction
git clone https://codeberg.org/Neochine/gonix/
cd gonix
rm .git -r
Create sha256 repo using codeberg
git init --object-format=sha256
git add . && git commit -m "Gonix"
git remote add origin yourlink
git push -u origin master
git tag v0.0.1
git push origin v0.0.1
go install codeberg.org/yourusername/gonix@latest
The text was updated successfully, but these errors were encountered: