
最近私はghをcredential-helperとして使ってHTTPSでPushしてます。protov2以降、bidi-streamではないtransportでも、そんなにネゴシエーションコストかからないと思う。
mattn@mattn_jp
僕は逆に http な URL の origin のままでも push 出来る様に僕はこれを .gitconfig に足してます。 [url "git@github.com:"] pushInsteadOf = git://github.com/ pushInsteadOf = https://github.com/ pushInsteadOf = https://git::@github.com/
日本語