pyt-team / TopoModelX

Topological Deep Learning
https://pyt-team.github.io/topomodelx/
MIT License
237 stars 83 forks source link

repository for TopoModelX not found #282

Closed fbarfi closed 3 months ago

fbarfi commented 3 months ago

error message in trying to copy git clone: git clone git@github.com:pyt-team/TopoModelX.git 128 ↵ ──(Thu,Aug22)─┘ cd TopoModelX Cloning into 'TopoModelX'... git@github.com: Permission denied (publickey). fatal: Could not read from remote repository.

ffl096 commented 3 months ago

Hello,

Your SSH keys are not set up correctly. Either add the correct key to your GitHub account or try HTTPS-based cloning. You can find more information here: https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository

Either way, this is not an issue with TopoModelX, so closing the issue :)

fbarfi commented 3 months ago

I was trying to install TopoModelX using the link the was given in the GitHub site for TopoModelX

ffl096 commented 3 months ago

I understood that, but still you have to have ssh set up correctly or use https-based cloning.

git@github.com: Permission denied (publickey).

This is a GitHub permission issue, we don't have anything to do with that :)

fbarfi commented 3 months ago

I followed your advice and everything is good. I needed to create an SSH key. THANKS!