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

WSLでGitの認証情報を毎回聞かれないようにする方法

Posted at

手順

  1. [Windows上] Git for Windowsのインストール (https://git-scm.com/downloads/win)
  2. [WSL上] git config --global credential.helper "/mnt/c/Program\ Files/Git/mingw64/libexec/git-core/git-credential-wincred.exe"
  3. 初回のgit pushやgit pull時に認証情報を入力すると、以降は同じリポジトリにプッシュしても認証情報は求められない。

これでWSL上でもストレスなくgitを使えるようになりました。めでたしめでたし。

FAQ

Q. git pushすると403エラーが返ってきます。

A. すでにGit Credential Managerに誤った認証情報が設定されている可能性があります。こちらのページを参考に認証情報が間違っていないか確認してみてください。

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