openstf / minitouch

Minimal multitouch event producer for Android.
Other
633 stars 233 forks source link

Unable to do git submodule update #8

Closed yashasvimakin closed 7 years ago

yashasvimakin commented 7 years ago

fatal: unable to connect to anongit.freedesktop.org: anongit.freedesktop.org[0: 131.252.210.161]: errno=Operation timed out

Thanks in Advance.

monkeyDledger commented 7 years ago

@yashasvimakin I changed the url in file .gitmodules: [submodule "libevdev"] path = jni/vendor/libevdev/source url = https://github.com/whot/libevdev.git then it works

yashasvimakin commented 7 years ago

Hi @monkeyDledger

Still same issue. :(

sorccu commented 7 years ago

It works fine for me. Sounds like a network (possibly firewall) issue. On Wed, Apr 5, 2017 at 20:23 yashasvimakin notifications@github.com wrote:

Hi @monkeyDledger https://github.com/monkeyDledger

Still same issue. :(

— You are receiving this because you modified the open/close state.

Reply to this email directly, view it on GitHub https://github.com/openstf/minitouch/issues/8#issuecomment-291831550, or mute the thread https://github.com/notifications/unsubscribe-auth/AAB-_WgAEwK7qYAzXwaNMuFCaYHENtI1ks5rs3mmgaJpZM4K9fE6 .

yashasvimakin commented 7 years ago

Will try again in different network then. thanks @sorccu , is there any node js sample app for both minicap and minitouch together as STF is too much of load?

Thanks in advance.

sorccu commented 7 years ago

No, but there's something in the ios-minicap repo for minicap.

You know I actually wrote it all. Surely you have time to at least figure out how to use them since you already know they work :)

On Wed, Apr 5, 2017 at 20:28 yashasvimakin notifications@github.com wrote:

Will try again in different network then. thanks @sorccu https://github.com/sorccu , is there any node js sample app for both minicap and minitouch together as STF is too much of load?

Thanks in advance.

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/openstf/minitouch/issues/8#issuecomment-291832536, or mute the thread https://github.com/notifications/unsubscribe-auth/AAB-_dMFt5zhm9sEAauNDTvI7CDYvgrhks5rs3rEgaJpZM4K9fE6 .

yashasvimakin commented 7 years ago

Sure @sorccu ,will try to make this work then.

Quad-Plex commented 5 years ago

I was having the same issue however I did not want to use some mirror from 2018, just changing the url to url = https://gitlab.freedesktop.org/libevdev/libevdev.git is a better fix imo