GitRoot

craft your forge, build your project, grow your community freely
 1---
 2id: "645e"
 3priority: 10
 4sprint: ""
 5assignee: null
 6status: triage
 7kind: issue
 8---
 9
10# Repositories should use sha256 hash object
11
12go-git permit to try sha256 hash object with `go run -tags sha256 ./app/server` and we need to force them in repo init options.
13
14But it's not working. We need to debug this.
15
16
17
18
19Upstream work on that https://github.com/go-git/go-git/pull/1527