IBM / transition-amr-parser

SoTA Abstract Meaning Representation (AMR) parsing with word-node alignments in Pytorch. Includes checkpoints and other tools such as statistical significance Smatch.
Apache License 2.0
231 stars 46 forks source link

Question about cloning #41

Closed antonlabate closed 1 year ago

antonlabate commented 1 year ago

Hi!

I have tried to clone the repository as in the README.md (git clone git@github.ibm.com:mnlp/transition-amr-parser.git), but as response I always get _git@github.ibm.com: Permission denied (publickey). fatal: Could not read from remote repository.

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

Already added a ssh key to my git account to give me authorization and tested it through ssh -T git@github.com. Nonetheless, I still have the same problem when trying to clone the repository (even through https). Any suggestion on how to solve it?

Thanks, Anton

sadhana01 commented 1 year ago

Please try git clone git@github.com:IBM/transition-amr-parser.git

antonlabate commented 1 year ago

Works Thanks,