2段階認証して、pushできなくなった場合の解決策
$ git remote set-url origin git@github.com:xxxxx/xxxx.git
$ git push
今後、アクセストークンを取得してからのpushに変更予定。
(参考)
http://qiita.com/hayashier/items/ff0f2a62acd28ea1d0f4
Go to list of users who liked
More than 5 years have passed since last update.
2段階認証して、pushできなくなった場合の解決策
$ git remote set-url origin git@github.com:xxxxx/xxxx.git
$ git push
今後、アクセストークンを取得してからのpushに変更予定。
(参考)
http://qiita.com/hayashier/items/ff0f2a62acd28ea1d0f4
Register as a new user and use Qiita more conveniently
Go to list of users who liked