quorumcontrol / dgit

dgit adds decentralized ownership to git - powered by Tupelo DLT and Skynet
https://dgit.dev/
MIT License
207 stars 16 forks source link

git fetch says "object not found" #6

Open cap10morgan opened 4 years ago

cap10morgan commented 4 years ago

Steps to reproduce:

  1. Clone this repo
  2. Add a dgit remote: git remote add dorigin dgit://quorumcontrol/decentragit-remote
  3. 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.