Reputation: 353
I have my credentials (username/nick (not email) and password) and bitbucket link at keychain but still asks for the password when i use git pull. In the link area i have the HTTPS that appears when i do git pull. I am using my nickname because everytime i enter my password in terminal i receive this message:
A keychain cannot be found to store "nickname"
But when i do git pull it asks for the password with that config at keychain.
Now i dont know if i should be using my email instead of my nick, that is also not working in keychain.
I have also did,
git help -a | grep credential-
and it appears several credentials where i have osxkeychain also, but when i do,
git help credential-osxkeychain
i get this,
No manual entry for git-credential-osxkeychain
then if i try to,
git credential-osxkeychain set
or
git credential-osxkeychain erase
it simply doesnt show anything and i have to do CTRL+C to exit.
Note that when i do,
git credential-osxkeychain
i get,
usage: git credential-osxkeychain <get|store|erase>
So what credentials should i use, the nickname instead of email? If not what could be the problem?
Upvotes: 2
Views: 180
Reputation: 353
It is just a parcial response to the problem but i have found a way to avoid that warning from osxkeychain, was by removing the repo that i have made with git clone under root user and then use another user to create it, after that i have not received that warning anymore.
UPDATE1:
Here is the solution to this:
Upvotes: 1