mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-07 02:16:06 -05:00
[PR #1171] [CLOSED] fix: improve error message when git is not installed on periphery #8079
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/moghtech/komodo/pull/1171
Author: @litlmike
Created: 2/8/2026
Status: ❌ Closed
Base:
main← Head:fix-issue-797📝 Commits (1)
0497939fix: improve error message when git is not installed📊 Changes
1 file changed (+50 additions, -9 deletions)
View changed files
📝
bin/periphery/src/api/compose.rs(+50 -9)📄 Description
Fixes #797
Problem
When git is not installed on a periphery machine, stack operations fail with a misleading error:
This points users toward path/directory issues when the real cause is that git isn't installed, so the repo clone fails silently.
Solution
ComposePull,ComposeUp, andComposeRunhandlers🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.