Straight.el: How to install org-trello?

Created on 24 Jan 2019  Â·  5Comments  Â·  Source: raxod502/straight.el

I can't install org-trello with straight.

Here is the error I have in *straight-process*:

$ cd /home/x2019737/.emacs.d/straight/repos/emacs-request/
$ git submodule update --init --recursive

Sous-module 'doc/eldomain' (git://github.com/tkf/sphinx-eldomain.git) enregistré pour le chemin 'doc/eldomain'
Clonage dans '/home/x2019737/.emacs.d/straight/repos/emacs-request/doc/eldomain'...
fatal: Unable to look up github.com (port 9418) (Nom ou service inconnu)
fatal: Le clonage de 'git://github.com/tkf/sphinx-eldomain.git' dans le chemin de sous-module '/home/x2019737/.emacs.d/straight/repos/emacs-request/doc/eldomain' a échoué
Impossible de cloner 'doc/eldomain'. Réessai prévu
Clonage dans '/home/x2019737/.emacs.d/straight/repos/emacs-request/doc/eldomain'...
fatal: Unable to look up github.com (port 9418) (Nom ou service inconnu)
fatal: Le clonage de 'git://github.com/tkf/sphinx-eldomain.git' dans le chemin de sous-module '/home/x2019737/.emacs.d/straight/repos/emacs-request/doc/eldomain' a échoué
Impossible de cloner 'doc/eldomain' pour la seconde fois, abandon


git support

Most helpful comment

How about this?

$ git config --global url."https://".insteadOf "git://"

I appreciate it !
This advice solved my problem.

I'm using DOOM Emacs on Windows10 in proxy network.
I got like that error message when doom update.

Thank you @raxod502 !

All 5 comments

Works for me. Do you have network connectivity issues, like for example an office environment that disallows the git:// protocol?

@raxod502 yes, all my connections usually have to go through the company proxy. Is there a way to force http here?

How about this?

$ git config --global url."https://".insteadOf "git://"

This thread is being closed automatically by Tidier because it is labeled with "waiting on response" and has not seen any activity for 90 days. But don't worry—if you have any information that might advance the discussion, leave a comment and the thread may be reopened :)

How about this?

$ git config --global url."https://".insteadOf "git://"

I appreciate it !
This advice solved my problem.

I'm using DOOM Emacs on Windows10 in proxy network.
I got like that error message when doom update.

Thank you @raxod502 !

Was this page helpful?
0 / 5 - 0 ratings