From 4d7fbdff43deaaa7d3bfb13027fde5e7aba3eb70 Mon Sep 17 00:00:00 2001 From: "shimniok@gmail.com" Date: Wed, 24 Sep 2014 15:38:57 -0600 Subject: [PATCH] Had to modify url for micropython due to permission denied errors, following various advice on stackexchange; now works --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 4ef87aae4..ce8e302db 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "src/micropython"] path = src/micropython - url = git@github.com:iabdalkader/micropython.git + url = https://github.com/iabdalkader/micropython.git branch = openmv