flyntwp / flynt-core

The core building block of the Flynt Framework.
MIT License
12 stars 0 forks source link

composer installation uses SSH instead of HTTPS #45

Closed bdbch closed 6 years ago

bdbch commented 7 years ago

I figured out that installing this package via Composer without using a registered SSH key will not work and you'll need to enter a Github Auth Token which can't be done in a lot of terminal emulators because copy/paste is disabled.

Maybe it's just better to use HTTPS so you don't need a Github account to use this.

Currently it wants to install from git@github.com:bleech/wp-starter-plugin.git

bdbch commented 6 years ago

@domtra @Qakulukiam any update?

dgrdl commented 6 years ago

@bdbch thank you for the issue, @domtra could you please evaluate this?

dgrdl commented 6 years ago

This was caused by the flynt-cli, resolved in this PR https://github.com/flyntwp/flynt-cli/pull/77 and released in version v0.2.0