Skip to content

[email protected] refs transformed into https://github.com refs #52

Open
@Rosuavio

Description

When a github repo cloned using the ssh url (e.g [email protected]:user/repo) is packed and unpacked it results in a repo with a https url for the remote (e.g https://github.com/user/repo).

The use of the ssh url is an important aspect of the thunk to some users, as pushing a change to a workflow file (anything in .github/workflows) is allowed by github using an ssh url, but refused by github using an https url.

While it seems like their could be user configuration that could be done to satisfy githubs security requirements, having a repo using an ssh url (that works for everything they need with their ssh keys configured on github) change to one using an https url that could require additional configuration is problematic.

When thunks are packed and unpacked it should preserve the schema (and probably everything else) in the uri of the remote.

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