robo-monad
robo-monad copied to clipboard
Running 'stack build' cannot get remote repository
After cloning a fresh copy of robo-monad, I run 'stack build' and then I receive this error:
Running C:\Program Files (x86)\Git\cmd\git.exe clone [email protected]:bch29/GPipe-GLFW C:\...\robo-monad\
.stack-work\downloaded\792caf5ad949a844f6cee03acee39e388b4aecc8939ae0d10776dddb4f6766e0.git.tmp\ exited with ExitFailure
128
Cloning into 'C:\...\robo-monad\.stack-work\downloaded\792caf5ad949a844f6cee03acee39e388b4aecc8939ae0d1
0776dddb4f6766e0.git.tmp'...
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Maybe the bch29/GPipe-GLFW repository can instead be a git submodule of robo-monad?
That's weird, I wouldn't have expected you'd need any special permission for that.
This problem should go away once my pull requests to GPipe-GLFW get merged though. I think I'll just wait it out until then. In the meantime, if you want to run it, you should be able to clone my fork and point stack to it.