triton-inference-server / triton_cli

Triton CLI is an open source command line interface that enables users to create, deploy, and profile models served by the Triton Inference Server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to clone repo

IAINATDBI opened this issue · comments

Looking forward to using this repo.

Ran into an issue with the older style authentication with the git clone command.

git clone git@github.com:triton-inference-server/triton_cli.git

This did not work. The following did:

git clone https://github.com/triton-inference-server/triton_cli.git

Cheers

Hi @IAINATDBI, can you clarify the error you got for the git clone git@github.com case? I believe this route is intended for SSH clones which expect you have a properly authenticated SSH key setup and isn't unique to this repository specifically.

https://docs.github.com/en/authentication/troubleshooting-ssh/error-permission-denied-publickey

I'll fix the example clone command in the README.