bch29 / robo-monad

Heavily inspired by RoboCode. Program robots in Haskell and watch them fight.
GNU General Public License v3.0
15 stars 2 forks source link

Running 'stack build' cannot get remote repository #3

Open jgcoded opened 8 years ago

jgcoded commented 8 years ago

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 git@github.com: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?

bch29 commented 8 years ago

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.