Class: Chandler::GitHub::NetrcAuthenticationFailure

Inherits:
Error
  • Object
show all
Defined in:
lib/chandler/github/errors.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



18
19
20
21
22
23
# File 'lib/chandler/github/errors.rb', line 18

def message
  "GitHub authentication failed.\n"\
  "Check that ~/.netrc is properly configured.\n"\
  "For instructions, see: "\
  "https://github.com/octokit/octokit.rb#using-a-netrc-file"
end