[ckan-dev] Move to Git
Matthew Brett
matthew.brett at gmail.com
Thu Nov 10 19:26:04 UTC 2011
Hi,
On Thu, Nov 10, 2011 at 7:27 AM, Marco Lechner - in medias res
<lechner at webgis.de> wrote:
> Hallo,
>
> running into problems, because git clone doesn't seem to work because of
> permission problems:
>
> $git clone git at github.com:okfn/ckan.git
> Cloning into ckan...
> Permission denied (publickey).
> fatal: The remote end hung up unexpectedly
The clone address above is for ssh cloning and for that you need to
upload your ssh public key to github, instructions here:
http://help.github.com/ - follow links to 'set up git'.
You can push and pull using the https cloning address also, although
it's a bit less convenient in that you have to either enter your
github password for every push, or put it in a highly insecure .netrc
file...
Best,
Matthew
More information about the ckan-dev
mailing list