I changed code in submodule and want to share with other team members.
(Wow git submodule is hard)
> cd to submodule
> git add/commit
> git push prompts me Username: and Password:
> Username:
> Password:
> error: The requested URL returned error: 403 while accessing
> https://github.com/hovel/pybbm.git/info/refs
I read I have to push
the change before other people can do git submodule update
to see the change.
I thought I'm pushing it to some local repo? why is the error showing me github(original repo) and how do I fix it?