Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Low priority] Tweak dev setup to clone via https #79

Merged
merged 1 commit into from
Apr 19, 2014

Conversation

andrewsardone
Copy link
Contributor

Before, trying to git clone [email protected]:exercism/cli.git would result in an error because non-repo-collaborators don't have git-ssh access.

> git clone [email protected]:exercism/cli.git src/github.com/exercism/cli
Cloning into 'src/github.com/exercism/cli'...
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

This is a very minor change, but maybe one that will make it marginally easier to jump into development of exercism/cli.

Thanks for such a great project!

Before, trying to `git clone [email protected]:exercism/cli.git` would
result in an error because non-repo-collaborators don't have git-ssh
access.

    > git clone [email protected]:exercism/cli.git src/github.com/exercism/cli
    Cloning into 'src/github.com/exercism/cli'...
    Permission denied (publickey).
    fatal: Could not read from remote repository.

    Please make sure you have the correct access rights
    and the repository exists.

This is a *very* minor change, but maybe one that will make it
marginally easier to jump into development of exercism/cli.
@kytrinyx
Copy link
Member

Anything to lower the friction and making it easier to contribute! Thanks ❤️

kytrinyx added a commit that referenced this pull request Apr 19, 2014
[Low priority] Tweak dev setup to clone via https
@kytrinyx kytrinyx merged commit 78820ef into exercism:master Apr 19, 2014
lcowell pushed a commit to lcowell/cli that referenced this pull request Jan 25, 2015
[Low priority] Tweak dev setup to clone via https
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants