Sunday, 15 August 2010

git - GoodData: JavaScript SDK setup - repo cloning error -



git - GoodData: JavaScript SDK setup - repo cloning error -

trying follow 'getting started' gooddatajs here: http://sdk.gooddata.com/gooddata-js/getting-started/

when trying clone repo fails error:

"cloning 'gooddata-js'... permission denied (publickey). fatal: not read remote repository.

please create sure have right access rights , repository exists."

that happens if never registered public/private ssh key account. see "github - permission denied (publickey)" , "error: permission denied (publickey)".

in case, commented, https work.

git clone https://github.com/gooddata/gooddata-js.git

ssh , https protocols allows user authentication.

true anonymous cloning could supported (as in answer) with:

git clone git://github.com/gooddata/gooddata-js.git

but supposed workstation allows port 9418 (used git protocol) outgoing connection.

javascript git gooddata

No comments:

Post a Comment