Steps to reproduce:
- Clone this repo
- Add a dgit remote:
git remote add dorigin dgit://quorumcontrol/decentragit-remote
- Fetch from it:
git fetch dorigin
Result:
Git says object not found and exits with status 128.
Expected result:
No output and exit with status 0.