Hi
the github organisation name of all NumScale open and closed source
projects is about to change. Currently the organisation name is still
our old company name (MetaScale). We'll soon change it to NumScale.
This, as stated by the github doc here
https://help.github.com/articles/what-happens-when-i-change-my-organization-s-name/
, will have some impact on your git settings.
As stated by
https://help.github.com/articles/changing-a-remote-s-url/
you have to update your remote name on your machines.
For our case, you will need to do something akin to :
git remote set-url origin
https://github.com/NumScale/nt2.git
for HTTPS access
and to :
git remote set-url origin g...@github.com:NumScale/nt2.git
for SSH access
and this for all your potential MetaScale related remote.
Fork will probably remain unaffected.
In any case, another email will be sent when the change occurs.
DO NOT PERFORM THIS CHANGE YET.
If any issues happen, just feel free to mail us.
Regards