-
Notifications
You must be signed in to change notification settings - Fork 6
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
Requiring an absolute path is inconvenient #2
Comments
You'll need to have kherge/box installed, then you can issue the command |
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 |
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?)
The text was updated successfully, but these errors were encountered: