Add netrc support

This commit is contained in:
Tim Pope
2012-10-18 13:33:08 -04:00
parent a17d35dfae
commit 280a7b12df
2 changed files with 8 additions and 2 deletions

View File

@@ -38,6 +38,10 @@ rhubarb.vim your GitHub credentials:
let g:github_user = '<user>'
let g:github_password = '<password>'
4. In a netrc:
echo 'machine api.github.com login <user> password <password>'>>~/.netrc
If you don't have a preferred installation method, I recommend
installing [pathogen.vim](https://github.com/tpope/vim-pathogen), and
then simply copy and paste: