nmdickson / GCfit

Multimass (LIMEPY) globular cluster equilibrium models and fitting them to observations
https://gcfit.readthedocs.io
MIT License
3 stars 1 forks source link

Issue with installing #177

Closed kh-kr closed 1 year ago

kh-kr commented 1 year ago

Hi,

I would like to install GCfit. I tried it using the following command given on the github "pip install git+ssh://git@github.co^Cnmdickson/GCfit.git"

but it is throwing the following error msg: ''' git@github.com: Permission denied (publickey). fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists. WARNING: Discarding git+ssh://@github.com/nmdickson/GCfit.git. Command errored out with exit status 128: git clone -q 'ssh://@github.com/nmdickson/GCfit.git' /tmp/pip-req-build-7jvn3gdz Check the logs for full command output. ERROR: Command errored out with exit status 128: git clone -q 'ssh://****@github.com/nmdickson/GCfit.git' /tmp/pip-req-build-7jvn3gdz Check the logs for full command output. '''

Any help regarding solving this issue would be highly appreciated.

Thank you!

nmdickson commented 1 year ago

Hi there, This is a permissions issue (and an oversight in the docs). Give it a try using https instead:

pip install git+https://github.com/nmdickson/GCfit.git

Hope that works for you