You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Using GIT protocol:
git.EXE ls-remote -h -t git://github.com/slang800/tidy-markdown.git
**fatal: unable to look up github.com**
When o try to install the tidy-markdown package in atom via "apm install tidy-markdown" i get the following error:
This happens not with other installs and i think this happens cause you don't use git with https:
Can you change the protocol to https instead git?
The text was updated successfully, but these errors were encountered: