Class: Chandler::GitHub::NetrcAuthenticationFailure
- Defined in:
- lib/chandler/github/errors.rb
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
18 19 20 21 22 23 |
# File 'lib/chandler/github/errors.rb', line 18 def "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 |