class Berkshelf::GitNotInstalled

def initialize

def initialize
  super "You need to install Git before you can download " \
    "cookbooks from git repositories. For more information, please " \
    "see the Git docs: http://git-scm.org. If you have git installed, " \
    "please make sure it is in your $PATH and accessible by the user " \
    "running this command."
end