I am new and trying to create an environment for my Econotag. Using this guide https://github.com/malvira/libmc1322x/wiki/libmc1322x I get an error message.
user@instant-contiki:~$ git clone git://git.devl.org/git/malvira/libmc1322x.git Cloning into 'libmc1322x'... fatal: unable to connect to git.devl.org: git.devl.org[0: 209.208.78.21]: errno=Connection refused
How to get around this
Looks like an empty repo (git.devl.org/git/malvira/libmc1322x.git). I think this is an alleged replacement https://github.com/malvira/libmc1322x.git
git clone https://github.com/malvira/libmc1322x.git
works great for me.
, git . , git 9418 TCP UDP, . . , , git clone git://git.kernel.org/pub/scm/editors/uemacs/uemacs.git ( emacs, , ; -)
git clone git://git.kernel.org/pub/scm/editors/uemacs/uemacs.git
, URL, , (.. git://, , , http:// - ). , SSH-, - .
git://
http://
? , :
echo $http_proxy
, .bashrc
I also ran into the same problem I tried and nothing worked later, I found out that there is a problem on the server. Please check the basic things before trying other experiments that may save you time.
I had the same error with RIOT-OS, replacing git: with http: works!