Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dtp-dev] Cloning the DTP git repos
  • From: cameron.bateman@xxxxxxxxxx
  • Date: Mon, 12 Jul 2021 16:59:55 -0700
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=oracle.com; dmarc=pass action=none header.from=oracle.com; dkim=pass header.d=oracle.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=rEqSWLRYm5Ykg92r80LR13IUoloL4ryAfHnuQgVYF2g=; b=cefLrEWPJ8SFDajT/TxBn3Ua3FJ/uelD68moXsaQjKd5IchPu+cDtKEs1GqK493a1u9Xz2ns4jfx6xYb3uRFf+9rZCsMOvXbk4yIm2zd/JIch+qsuINdaxDevitWiH5wk/QCLGNYqEskJW4qGAX9d19s+XmbWKZFipQPEyvE7JP5Q4VW5HKzK9s3fTb15ylt8ldw3FppAq3j4z5bH7Z2Pgz657hSHO2I5HPoa+lA4ymKGCl5f3DJRgflR+tegzfxGuUc3bKhA5qm9zwdOAez2oT8jNqpt3bGKbnQtpbrCQcAVs8A3eIG412aVdrorHIXS4Pdh4kR87/cNkQJZRbxOw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Jymaff5UGrgyGUCWZsIpPIkNC3TT1/LzxwSYpT5sKEd9BGUA4wXTv4CFJ7S8mtVmKW3D+HF7lFCnxnIXrh5StZyvwt0kZpJ0DAwlzgDfHmE9+0vn8uugle36+Yzg/v1asnYhftCTIz3nyj4OVL7j3hWj+SfGiSK+cZ9MeHC9LgLP4gSb12OApu80aeH/VTmWX36P+WuYwiuAyefxsHkB5/pgVUwLMkdRVoyMw/uiZv6O0HkwLQVecV8ZPl/Y/jtOGaWRF12tG2UYh04nPiPdAPAPyL6ZXYb9WXZcTKw+2Z2OSyb/tNerfFSwjiuJzS95IYeLZbkDKd8IYn2ZlSJcbg==
  • Delivered-to: dtp-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/dtp-dev/>
  • List-help: <mailto:dtp-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/dtp-dev>, <mailto:dtp-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/dtp-dev>, <mailto:dtp-dev-request@eclipse.org?subject=unsubscribe>
  • User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

Hello,

I'm trying to clone one of the DTP repos either anonymously or using my Eclipse account.  I've tried variations based on what I've seen on the wikis:

git clone ssh://<userid>@git.eclipse.org/gitroot/datatools/org.eclipse.datatools.enablement.oracle.git

But either get a timeout or a no permissions error.  Is this the correct URL?  Do I need to add an SSH key to my account somewhere? I can't see where to do that in my user profile.

Anonymous access would be fine too but I've had similar issues connecting to an https based repo URLs documented on the wikis.

i.e. git clone https://git.eclipse.org/gitroot/datatools/org.eclipse.datatools.connectivity.git

or git clone git://git.eclipse.org/gitroot/datatools/org.eclipse.datatools.connectivity.git


Thanks,

Cameron



Back to the top