katholt / srst2

Short Read Sequence Typing for Bacterial Pathogens
Other
125 stars 65 forks source link

download error #17

Closed livyuan closed 9 years ago

livyuan commented 10 years ago

$ git clone https://github.com/katholt/srst2
Initialized empty Git repository in /n/home01/yuanli/07152014/srst2/.git/ fatal: https://github.com/katholt/srst2/info/refs download error - The requested URL returned error: 403 Forbidden

hdashnow commented 10 years ago

Try cloning with ssh instead of http. git clone git@github.com:katholt/srst2.git

livyuan commented 10 years ago

Thanks hdashnow, but still got problem:

$ git clone git@github.com:katholt/srst2.git Initialized empty Git repository in /n/home01/yuanli/07152014/srst2/.git/ Permission denied (publickey). fatal: The remote end hung up unexpectedly

katholt commented 10 years ago

This is a git problem.

See git help or email them:

https://help.github.com/articles/error-permission-denied-publickey

Alternatively you can download the code via FTP using your web browser or favourite FTP program:

https://github.com/katholt/srst2/archive/v0.1.4.zip

Unzip it then see the install instructions in the README within the unzipped directory.

Kat


Dr Kathryn Holt Research Fellow Dept Biochemistry & Molecular Biology Bio21 Institute University of Melbourne kholt@unimelb.edu.aumailto:kholt@unimelb.edu.au +61 3 9035 3155tel:+61%203%209035%203155

Sent from my iPhone

On 16 Jul 2014, at 23:47, "livyuan" notifications@github.com<mailto:notifications@github.com> wrote:

Thanks hdashnow, but still got problem:

$ git clone git@github.commailto:git@github.com:katholt/srst2.git Initialized empty Git repository in /n/home01/yuanli/07152014/srst2/.git/ Permission denied (publickey). fatal: The remote end hung up unexpectedly

— Reply to this email directly or view it on GitHubhttps://github.com/katholt/srst2/issues/17#issuecomment-49167251.