git-password
git-password copied to clipboard
Recent versions of git cause the program to emit `Password for 'https://[email protected]': '` not a simple `Password:`. I made it only compare the leading part of the prompt, to re-use...
If I try to use the program I'll get an error message saying that this program can only be run be git, even if it is started by git.
It may be wise to rename the project to **git-keychain** before it becomes popular unless you foresee adding support for other password managers, such as Gnome/KDE Keyring, by you or...
I understand why you store credentials per remote, but when it comes to GitHub, there is duplication. Perhaps, exemptions should be added for GitHub, Gitorious, and similar to only ask...
If I type the user name and/or password wrong, it stores said wrong credentials in the Keychain and attempts to use them for each subsequent command. I have to manually...