`Pkg.resolve()` fails when upgrading to v0.7

Yes, I encountered these errors this weekend also, as described in this thread

This problem occurs when you are working with the development version of an unregistered package, you need a Project.toml file in your directory and your ~/.julia/environments/v0.7/Manifest.toml file needs to be pointing towards the dev version of the package instead of the github repo.