Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue installing behind corporate proxy #79

Open
jkritzen opened this issue Aug 6, 2021 · 0 comments
Open

Issue installing behind corporate proxy #79

jkritzen opened this issue Aug 6, 2021 · 0 comments

Comments

@jkritzen
Copy link

jkritzen commented Aug 6, 2021

When o try to install the tidy-markdown package in atom via "apm install tidy-markdown" i get the following error:

pm ERR! Error while executing:
npm ERR! C:\Program Files\Git\cmd\git.EXE ls-remote -h -t git://github.com/slang800/tidy-markdown.git
npm ERR!
npm ERR! fatal: unable to look up github.com (port 9418) (Host unkown )
npm ERR!
npm ERR! exited with error code: 128

npm ERR! A complete log of this run can be found in:

This happens not with other installs and i think this happens cause you don't use git with https:

  1. Using GIT protocol:
git.EXE ls-remote -h -t git://github.com/slang800/tidy-markdown.git
 **fatal: unable to look up github.com**
  1. Using https protocol:
git.EXE ls-remote -h -t https://github.com/slang800/tidy-markdown.git
9e47557350fdc8e2b1467c35634815e4a9566163        refs/heads/add-test-blockquotes
b4eb774896802f2bda715540a869dbf1367a68b1        refs/heads/add-test-list-marker-escapes-in-code-blocks
fc557a4c78d9198b12607fcced358ce457361167        refs/heads/common-markdown
6447a9a1cf0e724585324981338128dca224b844        refs/heads/html-conversion-test
97a6fa13fa749f6814256aab339d652b21fed8e1        refs/heads/master
... cut ...

Can you change the protocol to https instead git?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant