“Как обновить пароль GIT в Windows” Ответ

GIT обновление пароля

On macOS, you can use

$ git config --global credential.helper osxkeychain
A username and password prompt will appear with your next 
Git action (pull, clone, push, etc.).

For Windows, it's the same command with a different argument:

$ git config --global credential.helper wincred
MitchAloha

GIT обновление пароля

git config --global credential.helper wincred
Precious Panther

Как обновить пароль GIT в Windows

To update your credentials, go to Control Panel -> Credential Manager -> Generic Credentials. Find the credentials related to your git account and edit them to use the updated password.
The Codesmith

Ответы похожие на “Как обновить пароль GIT в Windows”

Вопросы похожие на “Как обновить пароль GIT в Windows”

Больше похожих ответов на “Как обновить пароль GIT в Windows” по Shell/Bash

Смотреть популярные ответы по языку

Смотреть другие языки программирования