atom-tidy-markdown
                                
                                
                                
                                    atom-tidy-markdown copied to clipboard
                            
                            
                            
                        Issue installing behind corporate proxy
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**
- 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?