Closed drnic closed 11 years ago
I just hit the same problem. Looks like src/services/.gitmodules
contains a secure Git URL; changing it to a read-only HTTP URL worked for me:
- url = git@github.com:cloudfoundry/integration-test-support.git
+ url = http://github.com/cloudfoundry/integration-test-support.git
@drnic - This looks like a stale issue, and no longer has this problem. We are going to close this, but let us know if it is still failing.
@aramprice / @jfoley