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 -v1. If the output URLs start withhttps://then run this command:git remote set-url origin https://github.com/Amulet-Team/Amulet-Core.git2. If the output Urls start withgit@then run this command:git remote set-url origin git@github.com:Amulet-Team/Amulet-Core.git - Verify that the commands completed successfully by running
git remotes -vagain and checking that the new URLs have replaced the old ones - Rename the parent directory (
Amulet-Map-Editor) toAmulet-Core