Skip to content

Instantly share code, notes, and snippets.

@diddeb
Last active December 14, 2015 12:59
Show Gist options
  • Save diddeb/5090206 to your computer and use it in GitHub Desktop.
Save diddeb/5090206 to your computer and use it in GitHub Desktop.
Bundler+Gem hosted in private Github repository
gem 'mygem', git: 'https://[OAuth token]:x-oauth-basic@github.com/foo/mygem.git'
@diddeb
Copy link
Author

diddeb commented Mar 5, 2013

See https://help.github.com/articles/git-over-https-using-oauth-token for details on how to get your OAuth token.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment