stephencelis/ghi

ghi shouldn't prompt for your password

开放

#312 创建于 2016年6月16日

 (7 条评论) (14 个反应) (0 位负责人)Ruby (134 个派生)github user discovery
featurehelp wanted

仓库指标

星标
 (2,122 个星标)
PR 合并指标
 (30 天内没有已合并 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>.

贡献者指南