0
0

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_1端末複数アカウントの設定_https

Last updated at Posted at 2019-12-12

clone時から設定する用?

###system configを「credential.helper=manager」を削除する。
https://howpon.com/4738#1_credentialhelpermanagerWindows
/etc/gitconfigのcredential部をコメントアウトするだけでも可。
コメントアウト実行時は管理者権限でgitbashを上げること。

###Windows資格情報マネージャを削除する。
http://hajimete-program.com/blog/category/git/

###global gitconfigを「credential.helper=wincred」に設定する。
https://help.github.com/en/github/using-git/caching-your-github-password-in-git

###1端末で複数アカウントを設定する。
「認証まわりを使い分ける…プライベートリポジトリもcloneしたりpushしたい!」から参照
https://tech-1natsu.hatenablog.com/entry/2018/10/27/102621

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?