tliron / puccini

Cloud topology management and deployment tools based on TOSCA
https://puccini.cloud
Apache License 2.0
88 stars 20 forks source link

TOSCA Mini-IDE git Verison not found #129

Closed Hanoboo closed 1 year ago

Hanoboo commented 1 year ago
➜  puccini git:(main) ✗ git show 1c0eb8a7858a6a8442f68b9a7f0c22dea34b84c7
fatal: bad object 1c0eb8a7858a6a8442f68b9a7f0c22dea34b84c7

Click show puccini Version of TOSCA Mini-IDE, and then see the result:

version=v0.20.1-31-g1c0eb8a
revision=1c0eb8a7858a6a8442f68b9a7f0c22dea34b84c7
timestamp=2022-12-28 14:19:30 CST
arch=wasm
os=js
compiler=gc
compiler-version=go1.19.4
tliron commented 1 year ago

This is due to us sometimes doing a git push --force and hashes disappearing. :) We try not to do this often. This will be fixed in the next Mini-IDE release.

Hanoboo commented 1 year ago

Thanks