Due to the changes in our repository names, if you've downloaded our source code through Git you will have to update your corresponding local repositories to relfect these changes.
- Navigate to the directory where the Amulet source code it (usually named
Amulet-Map-Editor
) - Run the following command in a terminal/command shell:
git remotes -v
1. If the output URLs start withhttps://
then run this command:git remote set-url origin https://github.com/Amulet-Team/Amulet-Core.git
2. If the output Urls start withgit@
then run this command:git remote set-url origin [email protected]:Amulet-Team/Amulet-Core.git
- Verify that the commands completed successfully by running
git remotes -v
again and checking that the new URLs have replaced the old ones - Rename the parent directory (
Amulet-Map-Editor
) toAmulet-Core