You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes load path issues with ruby-based git credential helpers
Otherwise, we get errors like this (with boxen, e.g.):
```
/opt/boxen/bin/boxen-git-credential:23:in `require': cannot load such file -- boxen/config (LoadError)
from /opt/boxen/bin/boxen-git-credential:23:in `<main>'
Username for 'https://github.com':
```
0 commit comments