Lately I have been unable to clone my openshift application repositories using git in linux.
I have the following three OS installations:
- Ubuntu 13.10: Git 1.9.1
- Ubuntu 14.04: Git 1.9.1
- Windows 7: Git 1.8.5.2.msysgit.0
Git is working on all three for any repository other than those hosted by OpenShift. However, only the Windows 7 git works with OpenShift; both Ubuntu installations hang on git clone operations for any OpenShift repository.
The RHC git-clone has also been tested, but since this relies on the local git installation, it too hangs on ubuntu as expected.
By 'hangs' I am referring to git becoming non-responsive at any point during the git-clone operation, usually at one of the three following places:
- "Cloning into ''"
- "remote: Compressing objects: X% ..."
- "Receiving objects: X% ..."
Authentication has been tested, and is certainly not the cause. All other RHC operations seem to work properly for all OS installations.
Any help will be greatly appreciated, I am not such a Windows fan ;)