Git Clone Disabled

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

+3
source share
5 answers

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.

+4
source

, git . , git 9418 TCP UDP, . . , , git clone git://git.kernel.org/pub/scm/editors/uemacs/uemacs.git ( emacs, , ; -)

, URL, , (.. git://, , , http:// - ). , SSH-, - .

+4

? , :

echo $http_proxy

, .bashrc

+3

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.

0
source

I had the same error with RIOT-OS, replacing git: with http: works!

0
source

All Articles