Skip to content

Error config file when using SSH key #26

Description

@Davide-Fimi

Hello everyone, I am using Ignition 8.1.39 and GitModule v1.0.2, want to warn about a possible bug in configuration with GitHub SSH.
The "config" file in "C:\ProgramFiles\InductiveAutomation\Ignition\data\projects\ProjectName.git" always contains

[remote "origin"]
	url = https://github.com/username/repository.git
	fetch = +refs/heads/*:refs/remotes/origin/*

instead of the correct

[remote "origin"]
    url = git@github.com:username/repository.git
    fetch = +refs/heads/*:refs/remotes/origin/*

I had to change it manually and now I am able to push to GitHub repository. Before change it I received error about transportHttp even if I was using SSH key when trying to push

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions