Also, how does the <developerConnection...> spec, which has a segment "[email protected]", figure out how to send the proper credentials to github.com (that is, your particular credentials), so a write operation can be authenticated?
Also, I thought that the git:// protocol didn't work if you're using 2 factor authentication - that you needed to use a personal access token. (from this page: https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line where it says " A personal access token is required to authenticate to GitHub in the following situations: * When you're using two-factor authentication <https://help.github.com/en/articles/about-two-factor-authentication> -Marshall On 10/25/2019 5:23 PM, Marshall Schor wrote: > I am looking at uimafit's pom, and see this: > > <developerConnection>scm:git:[email protected]:apache/uima-uimafit.git</developerConnection> > > I'm wondering about the ":" after the [email protected] - should that be a "/"? > > If not, can anyone point to some ref docs that describe this syntax? > > Thanks. -Marshall > >
