Open mtthlm opened 10 years ago
You'll need to have kherge/box installed, then you can issue the command box build
in the root of your forked code (if you've moved the box.phar to the global path).
For some reason, I'm having issues installing deps with composer. Here's the output I'm getting.
Any suggestions?
Looks like you have some special composer config, perhaps integrating 2-factor auth for GitHub in your ~/.composer/config.json.
Maybe try removing the customized ~/.composer folder or renaming it temporarily to see if it fixes it.
Yeah, I don't really. I just have two-factor auth, but I authenticated properly. The problem seems to be that it's trying to access the wrong repository. Like it moved or something. Not sure why it's looking for kherge-old/Amend
. I've never had to authenticate for Github with composer before. I tried removing the custom config, but same issue. I guess I won't be able to contribute to this one ha.
I vote that requiring an absolute path is inconvenient. I'd like to at least add functionality to substitute
~
or./
in paths which would translate into an absolute path.(I've created a fork - How do I test changes on my local machine?)