Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aether-users] Can't clone Aether Git repository.

Lothar Werzinger wrote:

git clone http://git.eclipse.org/c/aether/aether-core.git/
Cloning into 'aether-core'...
error: The requested URL returned error: 403 (curl_result = 22, http_code =
403, sha1 = b72fb1d27cad4cbc464d6450b1b04499e9cd8f0a)

AFAIK, the http: clone URL is supposed to be for anon read-only access [0], that said, I don't understand why you get HTTP 403 Forbidden from it. Please report this to the Eclipse webmasters, there's nothing I can do about this from my end.

If you haven't already, you might want to try the git: clone URL instead.


Benjamin



[0] http://wiki.eclipse.org/Git#Connecting.2C_cloning_a_repo


Back to the top