Created
March 5, 2013 16:29
-
-
Save cdenneen/5091576 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/opt/boxen/repo[master]% script/boxen --debug | |
Boxen is up-to-date. | |
--> Hey, I need your current GitHub credentials to continue. | |
GitHub login: |chris| cdenneen | |
GitHub password: *********** | |
Could not resolve the dependencies. | |
Can't run Puppet, fetching dependencies with librarian failed. | |
/opt/boxen/repo[master*]% script/boxen --debug | |
Boxen has a dirty tree, won't auto-update! | |
Could not resolve the dependencies. | |
Can't run Puppet, fetching dependencies with librarian failed. | |
/opt/boxen/repo[master*]% ./bin/librarian-puppet | |
Tasks: | |
librarian-puppet clean # Cleans out the cache and install paths. | |
librarian-puppet config # Show or edit the config. | |
librarian-puppet help [TASK] # Describe available tasks or one specific task | |
librarian-puppet init # Initializes the current directory. | |
librarian-puppet install # Resolves and installs all of the dependenci... | |
librarian-puppet outdated # Lists outdated dependencies. | |
librarian-puppet package # Cache the puppet modules in vendor/puppet/c... | |
librarian-puppet show # Shows dependencies | |
librarian-puppet update # Updates and installs the dependencies you s... | |
librarian-puppet version # Displays the version. | |
/opt/boxen/repo[master*]% ./bin/librarian-puppet update | |
Unable to find module 'boxen/puppet-iterm2' on https://github.com | |
/opt/boxen/repo[master*]% ./bin/librarian-puppet update | |
Unable to find module 'boxen/puppet-boxen' on https://github.com | |
/opt/boxen/repo[master*]% ./bin/librarian-puppet update | |
Unable to find module 'boxen/puppet-boxen' on https://github.com | |
/opt/boxen/repo[master*]% ./bin/librarian-puppet update | |
Unable to find module 'boxen/puppet-boxen' on https://github.com | |
/opt/boxen/repo[master*]% ./bin/librarian-puppet update | |
Unable to find module 'boxen/puppet-boxen' on https://github.com | |
/opt/boxen/repo[master*]% ./bin/librarian-puppet update | |
Unable to find module 'boxen/puppet-boxen' on https://github.com | |
/opt/boxen/repo[master*]% ./bin/librarian-puppet update | |
Unable to find module 'boxen/puppet-boxen' on https://github.com | |
/opt/boxen/repo[master*]% |
Is this when Github is having stability issues? I've noticed this when they're being DDoS'ed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Were you ever able to figure out the solution for this?