1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Github 2段階認証して、pushできない問題解決

Posted at

2段階認証して、pushできなくなった場合の解決策
$ git remote set-url origin git@github.com:xxxxx/xxxx.git
$ git push

今後、アクセストークンを取得してからのpushに変更予定。
(参考)
http://qiita.com/hayashier/items/ff0f2a62acd28ea1d0f4

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?