As title, there is any documented issue? Because I am finding problems creating my local project using Eclipse on a Mac and getting everything from GIT.
Probably there might be a problem in the local Eclipse storage of the user-password but I was wondering if the different OS could create any kin of problems. Thank you everyone.
I'm not sure if I understand your question correctly. If you have problems in eclipse with downloading the code from your git repository, as a temporary solution, you may
git clone <your_git_repo_url>
git commit
) and push the changes from terminal using the command git push