LoginSignup
3
3

More than 5 years have passed since last update.

git https接続で毎回パスワードを聞かれてしまう

Last updated at Posted at 2014-06-01

windows git の https接続で毎回パスワードを聞かれてしまう

WindowsのQtCreator(mingw)で使えるsshaskpassがないのとファイアウォールでSSH外部サーバ接続ができない環境のため、https接続を試してみたりもしたが、パスワードを頻繁にきかれてしまうので実質使えない状態だった。

Codebreakのよくある質問で紹介されていたgit-credential-winstoreというツールを使ったら、解決。

Codebreakのよくある質問より

git-credential-winstoreはこちらから入手
http://gitcredentialstore.codeplex.com/

おかげでWindowsのQtCreator(mingw)でも外部gitサーバにclone/push/pullできるようになった。

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