craft your forge, build your project, grow your community freely
1---
2id: "f08b"
3priority: 92
4sprint: ""
5assignee: null
6status: triage
7kind: issue
8---
910# Ssh path require / at end
1112If you try to clone `ssh://gitroot.dev` it will fail but `ssh://gitroot.dev/` will give you root.
1314Maybe it's the algo in [ssh](../app/server/ssh.go) which don't give root when path is empty?
1516---
1718No error on server, it is the git client which refuse to try. Nothing we can do.