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
In my case, restarting all with a vanilla cygwin install did not give me a git. The script kindly pointed this out and reinstalled cygwin with git, but a simple link on the second page describing how your cygwin should be installed would prevent this.
And the git is misconfigured after everest tries to install it:
Run eval $(opam env) to update the current shell environment
... all 29 ocamlfind packages found
... sample ocamlbuild project compiles successfully
... cloning tahina-pro/ocaml-stdint
Cloning into 'ocaml-stdint'... [email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Proceed with https? [Yn]
I setup opam/ocaml from the previous page and so cygwin installed in c:\OCaml64 which the everest script caught.
You should say, which I had forgotten, that you can't really read even public projects from github wo a cert. So describe setting up ssh for github before running the everest script.
Both small doc changes that would save many hours for new engineers.
https://github.com/project-everest/everest says for windows install opam which installs an C:\OCaml64\bin\bash.exe
https://project-everest.github.io/ seems to be the right installation script and when you do an everest check, wham you
have the wrong bash.
So the first page should be updated to not say install opam and should point to the second page (which it does not).
The text was updated successfully, but these errors were encountered: