Skip to content

Instantly share code, notes, and snippets.

@nbransby
Last active April 24, 2026 11:52
Show Gist options
  • Select an option

  • Save nbransby/1f0d99fce75838df6ccb70fcc0e0a128 to your computer and use it in GitHub Desktop.

Select an option

Save nbransby/1f0d99fce75838df6ccb70fcc0e0a128 to your computer and use it in GitHub Desktop.
Companion@16f0a43a:ProjectModel@1e8b2071 java.lang.RuntimeException: dev.gitlive.model.GitException: 128: No tags can describe 'a0bb9d425cc33de08dc27ffaaf4689d50467754c'.
Try --always, or create some tags.
java.lang.RuntimeException: dev.gitlive.model.GitException: 128: No tags can describe 'a0bb9d425cc33de08dc27ffaaf4689d50467754c'.
Try --always, or create some tags.
at dev.gitlive.progress.Progress.getNullOrThrow-impl(Progress.kt:88)
at dev.gitlive.progress.flow.TransformKt$asValue$$inlined$mapNotNull$1$2.emit(Emitters.kt:51)
at dev.gitlive.internal.model.team.LocalRepository$upstreamRemoteOrNull$$inlined$mapProgress$1$2.emit(Emitters.kt:50)
at kotlinx.coroutines.flow.internal.FlowValueWrapperInternalKt.emitInternal(FlowValueWrapperInternal.kt:39)
at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1581)
at kotlinx.coroutines.channels.BufferedChannel$emitAllInternal$1.invokeSuspend(BufferedChannel.kt)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:34)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:610)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runDefaultDispatcherTask(CoroutineScheduler.kt:1194)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:906)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:775)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:762)
Caused by: dev.gitlive.model.GitException: 128: No tags can describe 'a0bb9d425cc33de08dc27ffaaf4689d50467754c'.
Try --always, or create some tags.
at dev.gitlive.model.GitClient.execute$lambda$4(GitClient.kt:71)
at dev.gitlive.internal.model.CachedGitClient$execute$$inlined$mapProgress$1$2.emit(Emitters.kt:57)
at kotlinx.coroutines.flow.FlowKt__ErrorsKt$catchImpl$2.emit(Errors.kt:154)
at kotlinx.coroutines.flow.DistinctFlowImpl$collect$2.emit(Distinct.kt:73)
at kotlinx.coroutines.flow.internal.SafeCollectorKt$emitFun$1.invoke(SafeCollector.kt:11)
at kotlinx.coroutines.flow.internal.SafeCollectorKt$emitFun$1.invoke(SafeCollector.kt:11)
at kotlinx.coroutines.flow.internal.SafeCollector.emit(SafeCollector.kt:115)
at kotlinx.coroutines.flow.internal.SafeCollector.emit(SafeCollector.kt:84)
at kotlinx.coroutines.flow.FlowKt__TransformKt$onEach$$inlined$unsafeTransform$1$2.emit(Emitters.kt:51)
at kotlinx.coroutines.flow.internal.SafeCollectorKt$emitFun$1.invoke(SafeCollector.kt:11)
at kotlinx.coroutines.flow.internal.SafeCollectorKt$emitFun$1.invoke(SafeCollector.kt:11)
at kotlinx.coroutines.flow.internal.SafeCollector.emit(SafeCollector.kt:115)
at kotlinx.coroutines.flow.internal.SafeCollector.emit(SafeCollector.kt:84)
at dev.gitlive.internal.model.CachedGitClient$execute$2.invokeSuspend(CachedGitClient.kt:93)
at dev.gitlive.internal.model.CachedGitClient$execute$2.invoke(CachedGitClient.kt)
at dev.gitlive.internal.model.CachedGitClient$execute$2.invoke(CachedGitClient.kt)
at dev.gitlive.internal.util.RefreshableCache$get$2$1$4$1.invokeSuspend(RefreshableCache.kt:55)
at dev.gitlive.internal.util.RefreshableCache$get$2$1$4$1.invoke(RefreshableCache.kt)
at dev.gitlive.internal.util.RefreshableCache$get$2$1$4$1.invoke(RefreshableCache.kt)
at kotlinx.coroutines.flow.SafeFlow.collectSafely(Builders.kt:57)
at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
at kotlinx.coroutines.flow.FlowKt__TransformKt$onEach$$inlined$unsafeTransform$1.collect(SafeCollector.common.kt:109)
at dev.gitlive.internal.util.RefreshableCache$get$2.invokeSuspend(RefreshableCache.kt:57)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:34)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:98)
... 5 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment