Shin Code log

Logs of solution for code
January 06, 2021

Bundle config for https gem on git

Bundle config for https gem on git

Two way to do that:


bundle config GITHUB__COM username:password
bundle config --local GITHUB__COM username:password

Second way:


export BUNDLE_GITHUB__COM=username:password
or
export BUNDLE_GITHUB__COM=x-access-token:<token>