class Chandler::GitHub::NetrcAuthenticationFailure

Public Instance Methods

message() click to toggle source
# 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