INSTALL_DB failure

Issue #2 resolved
Eric Deveaud created an issue

Hello I'm unable to grab the resfinder dbs from bitbucket with current INSTALL_DB scripts

see:

bigmess:resfinder/resfinder-fc8fb36d9f7d > git clone git@bitbucket.org:genomicepidemiology/resfinder_db.git  db
Cloning into 'db'...
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

syntax of git clone should use https, no ssh key exchange.

eg:

git clone https://git@bitbucket.org/genomicepidemiology/resfinder_db.git $path

regards

Eric

Comments (1)

  1. Log in to comment