stephencelis/ghi

ghi shouldn't prompt for your password

オープン

#312 opened on 2016/06/16

 (7 件のコメント) (14 件のリアクション) (0 人の担当者)Ruby (134 件のフォーク)github user discovery
featurehelp wanted

Repository metrics

Stars
 (2,122 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

It's bad practice to teach users to enter their passwords into random places; I'd really love to see ghi set a stronger security bar.

There are probably a few different ways to not prompt for passwords (including becoming a full-fledged Oauth client); here's one that works right now, and could be implemented just with a documentation fix:

Go to https://github.com/settings/tokens and generate a personal access token, give it repo perms, then run git config --global ghi.token <that token>.

コントリビューターガイド