Hells Illa,
unfortunately, and this is a particular design error in GIT, one can give plenty of different identities as "name" and "email" in local GIT configurations. As a result, our subgit license is quickly fully consumed, because each different identity (= the combination of name and email) counts as a separate license.
Of course, the SubGit people have taken care of this problem and offer the solution that one user can give aliases for their multiple identities. This can be done though the "
account.pencil-code.org" website under your user settings, see the "
Additional identities" table.
In your case, I see that you used this identity before (24 March this year, commit: f69fe9b):
Now, you tried with :
Which is a second identity and hence requires an additional license, which we currently do not have.
Please register this additional identity yourself under
https://account.pencil-code.org and the next day also this additional identity will be available under your old license.
Alternatively, just use your older identity with "Illa" as your username.
Please note that our documentation says that we all should use the same username as on GitHub as "
user.name" and the same email address as the primary GitHub email address as "user.email", see:
> Be sure to use exactly the same email address and username as in your GitHub account:
> git config --global user.email "
my-pr...@email.net"
> git config --global
user.name "USERNAME"
Thank you.
Philippe