Installation instructions

Issue #8 new
Former user created an issue
pip install -e git+git@bitbucket.org:micktwomey/pypicache.git#egg=pypicache

should read

pip install -e git+https://bitbucket.org/micktwomey/pypicache.git#egg=pypicache

or the server will complain about the client's public key.

----------------------------------------
Command /usr/bin/git clone -q git@bitbucket.org:micktwomey/pypicache.git /vagrant_data/ADL_LRS/src/pypicache failed with error code 128
Storing complete log in /home/vagrant/.pip/pip.log
vagrant@precise64:/vagrant_data/ADL_LRS$ sudo pip install -e git+git@bitbucket.org:micktwomey/pypicache.git#egg=pypicace
Obtaining pypicace from git+git@bitbucket.org:micktwomey/pypicache.git#egg=pypicace
  Cloning git@bitbucket.org:micktwomey/pypicache.git to ./src/pypicace
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
  Complete output from command /usr/bin/git clone -q git@bitbucket.org:micktwomey/pypicache.git /vagrant_data/ADL_LRS/src/pypicace:

----------------------------------------

Comments (0)

  1. Log in to comment