Pixiv

Git 保存用户凭据

本文已 6 年未更新,部分链接与版本信息可能已过时,请留意甄别。
git config --global credential.username USERNAME
git config --global credential.helper store
git config --global user.name USERNAME
git config --global user.email username@example.com
git config --global --list
0%