Skip to content

GPG signing cannot find dependency #45

Description

@VoxelMC

Version

macOS Tahoe v26.3
labcommitr 0.6.0

Error

error: ssh_askpass: exec(/usr/X11R6/bin/ssh-askpass): No such file or directory?
Reported when attempting to commit with GPG signing enabled.

Configuration

# Labcommitr Configuration
# Generated by: lab init
# Edit this file to customize your commit workflow
# Documentation: https://github.com/labcatr/labcommitr#config

version: '1.0'
config:
  emoji_enabled: true
  force_emoji_detection: null
format:
  template: '{emoji}{type}({scope}): {subject}'
  subject_max_length: 50
  body:
    required: false
    min_length: 0
    max_length: null
    editor_preference: auto
types:
  - id: feat
    description: New feature
    emoji: 
  - id: fix
    description: Bug fix
    emoji: 🐛
  - id: docs
    description: Documentation
    emoji: 📚
  - id: chore
    description: Maintenance
    emoji: 🔧
validation:
  require_scope_for: []
  allowed_scopes: []
  subject_min_length: 3
  prohibited_words: []
  prohibited_words_body: []
advanced:
  aliases: {}
  git:
    auto_stage: false
    sign_commits: true
  shortcuts:
    enabled: true
    display_hints: true
    prompts:
      type:
        mapping:
          f: feat
          i: fix
          d: docs
          c: chore

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions