I am trying to install a package from github. It works well on Mac, but on Windows I get an error message:
net install markdoc, force from("https://raw.githubusercontent.com/ha...arkdoc/master/")
https://raw.githubusercontent.com/ha...arkdoc/master/ either
1) is not a valid URL, or
2) could not be contacted, or
3) is not a Stata download site (has no stata.toc file).
current site is still http://fmwww.bc.edu/repec/bocode/m/
I am using Stata 13.1 on Window 7 and Mac OS X 10.10.5 The windows computer is in a computer lab and has a network mounted work directory using a UNC path if that makes a difference.
net install markdoc, force from("https://raw.githubusercontent.com/ha...arkdoc/master/")
https://raw.githubusercontent.com/ha...arkdoc/master/ either
1) is not a valid URL, or
2) could not be contacted, or
3) is not a Stata download site (has no stata.toc file).
current site is still http://fmwww.bc.edu/repec/bocode/m/
I am using Stata 13.1 on Window 7 and Mac OS X 10.10.5 The windows computer is in a computer lab and has a network mounted work directory using a UNC path if that makes a difference.
Comment