Skip to content

pkgdev commit: error: no known syncer support #43

Description

@oz123

Hi,
I tried using my own private overly with git:

# cat oz123-overlay.conf [oz123-overlay]
location = /var/db/repos/oz123-overlay
sync-type = git
clone-depth = 1
sync-depth = 1
sync-uri = git@github.com:oz123/oz123-overlay.git
auto-sync = yes
masters = gentoo

This results in:

$ pkgdev commit
pkgdev commit: error: no known syncer support: 'git@github.com:oz123/oz123-overlay.git'

Changing the git URI to https solves the issue:

sync-uri = git@github.com:oz123/oz123-overlay.git -> https://github.com/oz123/oz123-overlay.git

However, I would prefer using git URI. Is there something I can do?

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