latest 6 messages by cjohnson
+
[2016-07-19T20:22:53Z]
cjohnson
yep that's it. thanks rubber duck.
+
[2016-07-19T20:21:57Z]
cjohnson
nevermind, one is https other is git://, I think that's why
+
[2016-07-19T20:20:58Z]
cjohnson
the remotes for both submodules point to repositories that I own/created
+
[2016-07-19T20:20:30Z]
cjohnson
when I try from another submodule it works fine
+
[2016-07-19T20:19:55Z]
cjohnson
can somebody help me figure out what's going on? is there some repo-local config that might screw with this?
+
[2016-07-19T20:19:41Z]
cjohnson
I have two git repositories, one is a submodule of the other. when I cd into the parent repository, and git push, I can push no problem. when I cd into the submodule and try to push, it asks me for my github username. as far as I know they both just use my ssh key to login