Skip to content

Command for git clone installation needs changed #8

@jtrein

Description

@jtrein

From:

$ git clone --recursive git@github.com:csswizardry/inuit.css-web-template.git your-project-folder

To:

$ git clone --recursive https://github.com/csswizardry/inuit.css-web-template.git your-project-folder

Otherwise you'll get an SSH key error, since you are attempting to access the repos account with the former, instead of using a public URL.

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