biointec / brownie

Brownie
GNU General Public License v2.0
1 stars 1 forks source link

Could not read from remote repository #22

Open kangxiongbin opened 1 year ago

kangxiongbin commented 1 year ago

Dear someone, I encounter some problem, when I install brownie. Do you know how to deal with? thank you very much!

git clone git@github.com:biointec/brownie.git Cloning into 'brownie'... ssh: connect to host github.com port 22: Connection timed out fatal: Could not read from remote repository.

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

Best wishes, Xiongbin

gmiclotte commented 1 year ago

Hello Xiongbin

I am guessing that you are probably behind some firewall or proxy for this error to appear, since the cloning works fine for me. Can you clone with https git clone https://github.com/biointec/brownie.git ?

If that does not work either, I would suggest taking a look at the answers to this question on stack overflow https://stackoverflow.com/a/52817036 , several of the solutions there seemed to work for people with the same issue you experienced.

Kind regards Giles Miclotte

kangxiongbin commented 1 year ago

Thank you! It works.