Hi, while running EB 2.8.2 on SL6.7 we had some Git Repository configuration that was working nicely:
repository=GitRepository [email protected]/easyconfigs.git Now we have another instance running RH7 and EB2.9 and the same Git Repository configuration has stooped working. A part from new EB and new OS the GitPython package has changed from 0.3.2-0.6.RC1.el6 to 1.0.1-5.el7 (both coming from EPEL). I've tried to install an old version of GitPython (/GitPython-0.3.2-0.7.RC1.fc21.noarch) but the problem persists I'm running in debug mode and I don't see any refernce to any git command, only few refernces to "name: github_account, config: None". Anyone faced similar issue? How may I debug this problem? TIA, Arnau

