Hey all,
I've been trying to setup the project and play around with it. However I cannot run asm2vec because of gensim.
Turns out I cannot run git clone https://github.com/RaRe-Technologies/gensim/.
The docker file when built fails with:
0.276 Cloning into 'gensim'...
0.452 fatal: could not read Username for 'https://github.com': No such device or address
I tried adding my git configs, but it turns out that I am unable to clone the gensim repository in general, even outside docker.
remote: Please ask the owner to check their account.
fatal: unable to access 'https://github.com/RaRe-Technologies/gensim/': The requested URL returned error: 403```
I was going to open issue at their repository, however this is not possible.
Are other people experiencing this if so is there someone who's managed to workaround this issue?
Thanks in advance!
Hey all,
I've been trying to setup the project and play around with it. However I cannot run asm2vec because of gensim.
Turns out I cannot run
git clone https://github.com/RaRe-Technologies/gensim/.The docker file when built fails with:
I tried adding my git configs, but it turns out that I am unable to clone the
gensimrepository in general, even outside docker.