Vagrant::Gitcredentials
On "vagrant up" an SSH key is generated and registered with your github.com account. This allows the Guest VM to execute git statements without having to provide credentials each time.
Installation
Add this line to your application's Gemfile:
gem 'vagrant-gitcredentials'
And then execute:
$ bundle
Or install it yourself as:
$ gem install vagrant-gitcredentials
Usage
TODO: Write usage instructions here
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Todo
- Fix password prompt to hide input
- Gracefully handle ssh-* commands not available on system (currently just assume available)
- make compatible for non *nix guest OS systems
- Cleaner code (need to learn ruby)