jsbenjamins/gazecode

Cloning problem

Opened this issue · 0 comments

I encountered the following error when attempting to clone the repository using the command:

git clone --recurse-submodules -j8 git://github.com/jsbenjamins/gazecode.git

The error was as follows:

Cloning into 'gazecode'...
fatal: unable to connect to github.com:
github.com[0: 140.82.121.3]: errno=Unknown error

I resolved the issue by using "https" instead of "git" as the protocol. I suggest updating the README to reflect this change:

git clone --recurse-submodules -j8 https://github.com/jsbenjamins/gazecode.git