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>.

貢獻者指南