LoginSignup
2
4

More than 5 years have passed since last update.

visual studio code で、git のパスワードが頻繁に聞かれる

Posted at

こうするといいらしい。

git config --global credential.helper cache
git config --global credential.helper 'cache --timeout=3600'

2
4
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
2
4