apple / ml-cvnets

CVNets: A library for training computer vision networks
https://apple.github.io/ml-cvnets
Other
1.79k stars 228 forks source link

The problem when I git clone git@github.com:apple/ml-cvnets.git #28

Closed yqi19 closed 2 years ago

yqi19 commented 2 years ago

Hi ! Congratulations on your huge improvement ! I want to use your MobileViT and its version2 model, but when I git clone git@github.com:apple/ml-cvnets.git I encountered with Permission denied (publickey). So how to resolve this? Thanks very much .

farzadab commented 2 years ago

Hello and thanks! Can you retry it with the HTTPS link instead?

git clone https://github.com/apple/ml-cvnets.git

The SSH link assumes that you've set your SSH key (under Settings > SSH and GPG Keys). Hope that helps.

On Thu, Jun 30, 2022 at 12:07 AM Yuqi @.***> wrote:

Hi ! Congratulations on your huge improvement ! I want to use your MobileViT and its version2 model, but when I git clone @.***:apple/ml-cvnets.git I encountered with Permission denied (publickey). So how to resolve this? Thanks very much .

— Reply to this email directly, view it on GitHub https://github.com/apple/ml-cvnets/issues/28, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABGT6OT56M5EAGX7H6CQTQDVRVBSPANCNFSM52IHYN7A . You are receiving this because you are subscribed to this thread.Message ID: @.***>

yqi19 commented 2 years ago

Thanks ! It works !