Skip to content

Checkouts on CI clone issue #25

@Kyle-Ye

Description

@Kyle-Ye

On CI the ssh is not work.

fatal: Could not read from remote repository.
    Please make sure you have the correct access rights
    and the repository exists.
    fatal: clone of 'git@github.com:jcmosc/swift-runtime-headers.git' into submodule path '/Users/kyle/Workspace/OpenSwiftUIProject/OpenAttributeGraph/.build/checkouts/Compute/

Workaround:

      - name: Configure git to use HTTPS instead of SSH
        run: git config --global url."https://github.com/".insteadOf "git@github.com:"

Suggestion:

Update .gitmodules file to use https instead of ssh.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions