From 65a3252a06a57553e2337c75b0f340f4bb14a5ef Mon Sep 17 00:00:00 2001 From: Yash Sabarad <54723600+YSabarad@users.noreply.github.com> Date: Mon, 9 Aug 2021 14:09:15 -0400 Subject: [PATCH] Updated README with possible error When pulling as a .zip, you get an error. Updated the README to give information on how to fix the issue. --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 961015b..1a70841 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,19 @@ monopyly A Python framework to allow AI algorithms to compete at playing Monopoly. See the project's [GitHub Pages](http://richard-shepherd.github.io/monopyly/index.html) for details. + +possible error +-------- + +When working with this project, be careful when pulling the repo. If you choose to download it as a .zip, you will likely encounter an "Invalid VCS root mapping" error. There are two ways to resolve this issue. + +**METHOD 1 (KEEP THE ZIP):** +- Find your directory on your machine +- Go into the ".idea" folder +- Delete the "vcs.xml" file +- Rebuild your project + +**METHOD 2 (GET RID OF THE ZIP):** +- Delete your local repo +- Clone and directly pull Monopyly +- Make sure your gpath is pointing to the right path