rogerxu / git-tips

Tips for Git
Apache License 2.0
2 stars 3 forks source link

Credential #39

Open rogerxu opened 5 years ago

rogerxu commented 5 years ago

必知必会之Git Windows credential.helper - 知乎 (zhihu.com)

rogerxu commented 5 years ago

Windows

Windows

介紹好用工具:Git Credential Manager for Windows (記憶 Git 常用密碼) | The Will Will Web

git config --global credential.helper manager

WSL

Edward Thomson: Git Credential Manager with Windows Subsystem for Linux

git config --global credential.helper "/mnt/c/Program\ Files/Git/mingw64/libexec/git-core/git-credential-manager.exe"
rogerxu commented 2 years ago

Credential Helper

Storing Git Credentials with Git Credential Helper | by Seralahthan | Medium

$ git config credential.helper manager