Cloning a git repository from Eclipse on MAC using the Dimensions CM Git client can fail with the error: No value for $TERM and no -T specified git : 'credential-osxkeychain' is not a git command. This is because Eclipse for Mac uses a different directory path for its executables than the Command Line Tools.
When using the Git Connector command of with SSO CAC enabled: git -dm clone scm:dimensions://cmserver/cm_typical@DIM14 QLARIUS:SAVINGS C:\Files\Workspace\GitRepository\Dev\cm_typical\qlarius --card may result in the following error:
It's not possible to use the Git Connector with Projects in Dimensions CM. The functionality is restricted for use with Streams. If you attempt to perform a " clone " command on a Dimensions Project this is an example of the output you will see:
From the Windows Desktop double click the icon labelled Serena Dimensions CM Git Connector Issue the following clone command: git-dm clone scm:dimensions://<server>/<basedatabase>@<database instance> <stream specification> <Directory for the Git repository> --username <cm username> -- password <password>
From the Windows Desktop double click the icon labelled Serena Dimensions CM Git Connector Issue the following clone command: git-dm clone scm:dimensions://<server>/<basedatabase>@<database instance> <stream specification> <Directory for the Git repository> --username <cm username> -- password <password>