fatal: could not read Password for 'https:/[email protected]': No such file or directory

git issues in windows while push files to server.


[issue description]

fatal: could not read Password for 'https://[email protected]': No such file or directory


[solution]

1. (mandatory) install "git-credential-winstore" software, which can be downloaded from http://gitcredentialstore.codeplex.com.

2. (optional) going to Control PanelUser AccountsCredential Manager and choosing "Windows Credentials" > Add Common Credential.  The entries starting "git:".


[example]

<Internet address or network address>: git:https://bitbucket.org

<username>:username

<password>:password


你可能感兴趣的:(fatal: could not read Password for 'https:/[email protected]': No such file or directory)