Hello,
I'm trying to clone opencv's git repository. I'm following stepts from here. But I'm stack on this point:
- Copy contents of the file id_rsa.pub to the Key field on the http://code.opencv.org/my/account page. Press Create.
Because on my account page there is no option to input RSA key with "Create" button. And when I'm clonning repository I'm getting next error:
fatal: unable to connect to code.opencv.org:
code.opencv.org[0: 5.9.49.245]: errno=No error
So how can I solve this problem? Thanks