I'm running Ubuntu 14.04 virtual machine on Macbook Pro using the VMware Fusion. My git repository can be accessed from OSX and from Ubuntu (as shared directory) as well, however the git communication with BitBucket works differently - the git pull
and git push
commands ask for password in Ubuntu, but they work without password in OSX.
Configuration files:
- The
/etc/gitconfig
file is absent in both cases - The
~/.gitconfig
file content is the same in both cases - The
.git/config
file is physically the same
Git version on Ubuntu is 1.9.1, and on OSX - 1.9.5.
Where should I look to find out the reason for this difference? I'd actually prefer entering password in OSX as well, because it's a semi-private machine.